Uses of Interface
org.hibernate.engine.jdbc.batch.spi.GroupedBatch
Packages that use GroupedBatch
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of GroupedBatch in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return GroupedBatchModifier and TypeMethodDescriptionBatchBuilder.buildGroupedBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator) Build a batch for the general mutation executor infrastructure. -
Uses of GroupedBatch in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return GroupedBatchModifier and TypeMethodDescriptionJdbcCoordinator.getGroupedBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier) Get the batch for the supplied key, creating one if needed using the supplied statementGroupSupplier.JdbcCoordinator.getGroupedBatch(BatchKey key, Integer batchSize, PreparableMutationOperation mutationOperation) Get a mutation batch for a single preparable mutation operation.