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 class
StandardMutationExecutorService
Standard MutationExecutorService implementationMethods in org.hibernate.engine.jdbc.mutation.internal that return MutationExecutorService Modifier and Type Method Description MutationExecutorService
MutationExecutorServiceInitiator. 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 MutationExecutorService
FastSessionServices. 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 MutationExecutorService Modifier and Type Field Description protected MutationExecutorService
AbstractUpdateRowsCoordinator. 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 MutationExecutorService
AbstractMutationCoordinator. mutationExecutorService
-