Uses of Interface
org.hibernate.persister.collection.mutation.OperationProducer
Packages that use OperationProducer
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of OperationProducer in org.hibernate.persister.collection.mutation
Constructors in org.hibernate.persister.collection.mutation with parameters of type OperationProducerModifierConstructorDescriptionRemoveCoordinatorStandard
(CollectionMutationTarget mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry) Creates the coordinator.RemoveCoordinatorTablePerSubclass
(OneToManyPersister mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry) Creates the coordinator.RowMutationOperations
(CollectionMutationTarget target, OperationProducer insertRowOperationProducer, RowMutationOperations.Values insertRowValues, OperationProducer updateRowOperationProducer, RowMutationOperations.Values updateRowValues, RowMutationOperations.Restrictions updateRowRestrictions, OperationProducer deleteRowOperationProducer, RowMutationOperations.Restrictions deleteRowRestrictions)