Uses of Interface
org.hibernate.engine.jdbc.mutation.spi.MutationExecutorService
-
Packages that use MutationExecutorService Package Description org.hibernate.engine.jdbc.mutation.internal org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity.mutation 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 MutationExecutorService Modifier and Type Class Description classStandardMutationExecutorServiceStandard MutationExecutorService implementationMethods in org.hibernate.engine.jdbc.mutation.internal that return MutationExecutorService Modifier and Type Method Description MutationExecutorServiceMutationExecutorServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.engine.jdbc.mutation.internal that return types with arguments of type MutationExecutorService Modifier and Type Method Description Class<MutationExecutorService>MutationExecutorServiceInitiator. getServiceInitiated() -
Uses of MutationExecutorService in org.hibernate.internal
Methods in org.hibernate.internal that return MutationExecutorService Modifier and Type Method Description MutationExecutorServiceFastSessionServices. getMutationExecutorService()Deprecated. -
Uses of MutationExecutorService in org.hibernate.persister.collection.mutation
Fields in org.hibernate.persister.collection.mutation declared as MutationExecutorService Modifier and Type Field Description protected MutationExecutorServiceAbstractUpdateRowsCoordinator. mutationExecutorService -
Uses of MutationExecutorService in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation declared as MutationExecutorService Modifier and Type Field Description protected MutationExecutorServiceAbstractMutationCoordinator. mutationExecutorService
-