Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
Packages that use MutationExecutorService
Package
Description
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.Defines support for performing mutation operations against collections.
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of MutationExecutorService in org.hibernate.engine.jdbc.mutation.internal
Classes in org.hibernate.engine.jdbc.mutation.internal that implement MutationExecutorServiceModifier and TypeClassDescriptionclassStandard MutationExecutorService implementationMethods in org.hibernate.engine.jdbc.mutation.internal that return MutationExecutorServiceModifier and TypeMethodDescriptionMutationExecutorServiceInitiator.initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jdbc.mutation.internal that return types with arguments of type MutationExecutorService -
Uses of MutationExecutorService in org.hibernate.internal
Methods in org.hibernate.internal that return MutationExecutorServiceModifier and TypeMethodDescriptionFastSessionServices.getMutationExecutorService()Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MutationExecutorService in org.hibernate.persister.collection.mutation
Fields in org.hibernate.persister.collection.mutation declared as MutationExecutorServiceModifier and TypeFieldDescriptionprotected final MutationExecutorServiceAbstractUpdateRowsCoordinator.mutationExecutorService -
Uses of MutationExecutorService in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation declared as MutationExecutorServiceModifier and TypeFieldDescriptionprotected final MutationExecutorServiceAbstractMutationCoordinator.mutationExecutorService