Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
-
Packages that use BatchKeyAccess Package Description 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.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)
-