Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
Packages that use MutationExecutorService
Package
Description
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 MutationExecutorServiceMethods 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.persister.collection.mutation
Fields in org.hibernate.persister.collection.mutation declared as MutationExecutorServiceModifier and TypeFieldDescriptionprotected final MutationExecutorService
AbstractUpdateRowsCoordinator.mutationExecutorService
-
Uses of MutationExecutorService in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation declared as MutationExecutorServiceModifier and TypeFieldDescriptionprotected final MutationExecutorService
AbstractMutationCoordinator.mutationExecutorService