Uses of Interface
overit.geocall.sql.batch.BatchBuilder
Packages that use BatchBuilder
-
Uses of BatchBuilder in overit.geocall.sql.batch
Classes in overit.geocall.sql.batch that implement BatchBuilderMethods in overit.geocall.sql.batch that return BatchBuilderModifier and TypeMethodDescriptionBatchBuilder.add(@NotNull CommandContext commandContext) Adds the providedCommandContextto the batch command list.BatchBuilderImpl.add(@NotNull CommandContext commandContext) BatchBuilder.batchSize(int batchSize) Sets the value of theBatch.getBatchSize()field.BatchBuilderImpl.batchSize(int batchSize) static BatchBuilderBatch.builder()Returns a new instance ofBatchBuilder, useful to build aBatch.Adds aCommandContextof typeDAO.DELETE_FILTERto the batch command list.Adds aCommandContextof typeDAO.DELETE_PKto the batch command list.Adds aCommandContextof typeDAO.INSERTto the batch command list.BatchBuilder.statementObserver(@NotNull DBStatementObserver statementObserver) Sets the providedDBStatementObserver.BatchBuilderImpl.statementObserver(@NotNull DBStatementObserver statementObserver) Adds aCommandContextof typeDAO.UPDATE_FILTERto the batch command list.Adds aCommandContextof typeDAO.UPDATE_PKto the batch command list.