Uses of Interface
org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
Packages that use RowMutationOperations.Restrictions
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of RowMutationOperations.Restrictions in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return RowMutationOperations.RestrictionsModifier and TypeMethodDescriptionRowMutationOperations.getDeleteRowRestrictions()
RowMutationOperations.getUpdateRowRestrictions()
Constructors in org.hibernate.persister.collection.mutation with parameters of type RowMutationOperations.RestrictionsModifierConstructorDescriptionRowMutationOperations
(CollectionMutationTarget target, OperationProducer insertRowOperationProducer, RowMutationOperations.Values insertRowValues, OperationProducer updateRowOperationProducer, RowMutationOperations.Values updateRowValues, RowMutationOperations.Restrictions updateRowRestrictions, OperationProducer deleteRowOperationProducer, RowMutationOperations.Restrictions deleteRowRestrictions)