Uses of Interface
org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
-
Packages that use PreparedStatementGroup Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction. -
-
Uses of PreparedStatementGroup in org.hibernate.engine.jdbc.batch.internal
Methods in org.hibernate.engine.jdbc.batch.internal that return PreparedStatementGroup Modifier and Type Method Description PreparedStatementGroupBatchImpl. getStatementGroup()Method parameters in org.hibernate.engine.jdbc.batch.internal with type arguments of type PreparedStatementGroup Modifier and Type Method Description BatchBatchBuilderImpl. buildBatch(BatchKey key, Integer explicitBatchSize, Supplier<PreparedStatementGroup> statementGroupSupplier, JdbcCoordinator jdbcCoordinator)Constructors in org.hibernate.engine.jdbc.batch.internal with parameters of type PreparedStatementGroup Constructor Description BatchImpl(BatchKey key, PreparedStatementGroup statementGroup, int batchSizeToUse, JdbcCoordinator jdbcCoordinator) -
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.internal
Method parameters in org.hibernate.engine.jdbc.internal with type arguments of type PreparedStatementGroup Modifier and Type Method Description BatchJdbcCoordinatorImpl. getBatch(BatchKey key, Integer batchSize, Supplier<PreparedStatementGroup> statementGroupSupplier) -
Uses of PreparedStatementGroup in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement PreparedStatementGroup Modifier and Type Class Description classPreparedStatementGroupNoneclassPreparedStatementGroupSingleTablePreparedStatementGroup implementation for cases where we have just a single operationclassPreparedStatementGroupStandardA group ofPreparedStatementDetailsreferences related to multi-table entity mappings.Methods in org.hibernate.engine.jdbc.mutation.internal that return PreparedStatementGroup Modifier and Type Method Description protected PreparedStatementGroupMutationExecutorStandard. getNonBatchedStatementGroup()static PreparedStatementGroupModelMutationHelper. toPreparedStatementGroup(MutationType mutationType, MutationTarget<?> mutationTarget, GeneratedValuesMutationDelegate delegate, List<PreparableMutationOperation> mutations, SharedSessionContractImplementor session) -
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.
-