Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
-
Packages that use BatchKeyAccess Package Description org.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.mutation.spi org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of BatchKeyAccess in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement BatchKeyAccess Modifier and Type Class Description classNoBatchKeyAccessA form of BatchKeyAccess for cases where batching is not wanted, which is signified by a BatchKey ofnullMethods in org.hibernate.engine.jdbc.mutation.internal with parameters of type BatchKeyAccess Modifier and Type Method Description MutationExecutorStandardMutationExecutorService. createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type BatchKeyAccess Constructor Description MutationExecutorStandard(MutationOperationGroup mutationOperationGroup, BatchKeyAccess batchKeySupplier, int batchSize, SharedSessionContractImplementor session) -
Uses of BatchKeyAccess in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi with parameters of type BatchKeyAccess Modifier and Type Method Description MutationExecutorMutationExecutorService. createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)Create an executor for the givenoperationGroup, potentially using batching -
Uses of BatchKeyAccess in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation that return BatchKeyAccess Modifier and Type Method Description protected BatchKeyAccessAbstractMutationCoordinator. resolveBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session)protected BatchKeyAccessUpdateCoordinatorStandard. resolveUpdateVersionBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session)
-