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