Uses of Interface
org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Packages that use PreparedStatementGroup
Package
Description
Defines contracts for JDBC batching support.
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of PreparedStatementGroup in org.hibernate.engine.jdbc.batch.spi
Methods in org.hibernate.engine.jdbc.batch.spi that return PreparedStatementGroupModifier and TypeMethodDescriptionGroupedBatch.getStatementGroup()The group of prepared statements managed by this batch.Method parameters in org.hibernate.engine.jdbc.batch.spi with type arguments of type PreparedStatementGroupModifier and TypeMethodDescriptionBatchBuilder.buildGroupedBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator) Build a batch for the general mutation executor infrastructure. -
Uses of PreparedStatementGroup in org.hibernate.engine.jdbc.spi
Method parameters in org.hibernate.engine.jdbc.spi with type arguments of type PreparedStatementGroupModifier 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.