Uses of Interface
org.hibernate.engine.jdbc.batch.spi.Batch
Packages that use Batch
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of Batch in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return BatchModifier and TypeMethodDescriptionBatchBuilder.buildBatch
(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator) Build a batch. -
Uses of Batch in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return BatchModifier and TypeMethodDescriptionJdbcCoordinator.getBatch
(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier) Get the batch for the supplied key, creating one if needed using the supplied statementGroupSupplier.