Uses of Interface
org.hibernate.persister.collection.mutation.RowMutationOperations.Restrictions
-
Packages that use RowMutationOperations.Restrictions Package Description org.hibernate.persister.collection.mutation 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.Restrictions Modifier and Type Method Description RowMutationOperations.Restrictions
RowMutationOperations. getDeleteRowRestrictions()
RowMutationOperations.Restrictions
RowMutationOperations. getUpdateRowRestrictions()
Constructors in org.hibernate.persister.collection.mutation with parameters of type RowMutationOperations.Restrictions Constructor Description RowMutationOperations(CollectionMutationTarget target, OperationProducer insertRowOperationProducer, RowMutationOperations.Values insertRowValues, OperationProducer updateRowOperationProducer, RowMutationOperations.Values updateRowValues, RowMutationOperations.Restrictions updateRowRestrictions, OperationProducer deleteRowOperationProducer, RowMutationOperations.Restrictions deleteRowRestrictions)
-