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