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.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 BatchKeyAccess
AbstractMutationCoordinator.resolveBatchKeyAccess
(boolean dynamicUpdate, SharedSessionContractImplementor session) protected BatchKeyAccess
UpdateCoordinatorStandard.resolveUpdateVersionBatchKeyAccess
(boolean dynamicUpdate, SharedSessionContractImplementor session)