Interface BatchBuilder
-
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
BatchBuilderImpl
@Incubating public interface BatchBuilder extends Service
A builder forBatch
instances.A custom
BatchBuilder
may be selected using the configuration property "hibernate.jdbc.batch.builder".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Batch
buildBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator)
Build a batch.
-
-
-
Method Detail
-
buildBatch
Batch buildBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator)
Build a batch.
-
-