Interface BatchBuilder
- All Superinterfaces:
Serializable
,Service
A builder for
Batch
instances.
A custom BatchBuilder
may be selected using the configuration property
"hibernate.jdbc.batch.builder".
-
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.
-