Interface BatchBuilder
- All Superinterfaces:
Serializable, Service
A builder for
Batch instances.
A custom BatchBuilder may be selected either by setting the configuration
property "hibernate.jdbc.batch.builder", or by registering it
as a Java service.
-
Method Summary
Modifier and TypeMethodDescriptionbuildBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator) Build a batch.
-
Method Details
-
buildBatch
Batch buildBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator) Build a batch.
-