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 class
NoBatchKeyAccess
A form of BatchKeyAccess for cases where batching is not wanted, which is signified by a BatchKey ofnull
Methods in org.hibernate.engine.jdbc.mutation.internal with parameters of type BatchKeyAccess Modifier and Type Method Description MutationExecutor
StandardMutationExecutorService. 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 MutationExecutor
MutationExecutorService. 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 BatchKeyAccess
AbstractMutationCoordinator. resolveBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session)
protected BatchKeyAccess
UpdateCoordinatorStandard. resolveUpdateVersionBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session)
-