Uses of Class
org.hibernate.persister.collection.mutation.RowMutationOperations
Packages that use RowMutationOperations
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of RowMutationOperations in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return RowMutationOperationsModifier and TypeMethodDescriptionprotected 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
Constructors in org.hibernate.persister.collection.mutation with parameters of type RowMutationOperationsModifierConstructorDescriptionDeleteRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) DeleteRowsCoordinatorTablePerSubclass
(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) InsertRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) InsertRowsCoordinatorTablePerSubclass
(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) UpdateRowsCoordinatorOneToMany
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorTablePerSubclass
(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)