Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
Packages that use BatchKeyAccess
Package
Description
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 BatchKeyAccessModifier and TypeClassDescriptionclassA 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 BatchKeyAccessModifier and TypeMethodDescriptionStandardMutationExecutorService.createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session) Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type BatchKeyAccessModifierConstructorDescriptionMutationExecutorStandard(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 BatchKeyAccessModifier and TypeMethodDescriptionMutationExecutorService.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 BatchKeyAccessModifier and TypeMethodDescriptionprotected BatchKeyAccessAbstractMutationCoordinator.resolveBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session) protected BatchKeyAccessUpdateCoordinatorStandard.resolveUpdateVersionBatchKeyAccess(boolean dynamicUpdate, SharedSessionContractImplementor session)