Uses of Interface
org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Packages that use PreparedStatementGroup Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.spi 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 PreparedStatementGroup Modifier and Type Method Description PreparedStatementGroupBatch. getStatementGroup()Method parameters in org.hibernate.engine.jdbc.batch.spi with type arguments of type PreparedStatementGroup Modifier and Type Method Description BatchBatchBuilder. buildBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator)Build a batch. -
Uses of PreparedStatementGroup in org.hibernate.engine.jdbc.spi
Method parameters in org.hibernate.engine.jdbc.spi with type arguments of type PreparedStatementGroup Modifier and Type Method Description BatchJdbcCoordinator. getBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier)Get the batch for the supplied key, creating one if needed using the supplied statementGroupSupplier.
-