Uses of Class
org.hibernate.persister.collection.mutation.RowMutationOperations
-
Packages that use RowMutationOperations Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections. -
-
Uses of RowMutationOperations in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return RowMutationOperations Modifier and Type Method Description protected RowMutationOperationsBasicCollectionPersister. buildRowMutationOperations()protected abstract RowMutationOperationsAbstractCollectionPersister. getRowMutationOperations()protected RowMutationOperationsBasicCollectionPersister. getRowMutationOperations()protected RowMutationOperationsOneToManyPersister. getRowMutationOperations() -
Uses of RowMutationOperations in org.hibernate.persister.collection.mutation
-