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 RowMutationOperations
BasicCollectionPersister. buildRowMutationOperations()
protected abstract RowMutationOperations
AbstractCollectionPersister. getRowMutationOperations()
protected RowMutationOperations
BasicCollectionPersister. getRowMutationOperations()
protected RowMutationOperations
OneToManyPersister. getRowMutationOperations()
-
Uses of RowMutationOperations in org.hibernate.persister.collection.mutation
-