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 RowMutationOperationsBasicCollectionPersister.buildRowMutationOperations()abstract RowMutationOperationsAbstractCollectionPersister.getRowMutationOperations()BasicCollectionPersister.getRowMutationOperations()CollectionPersister.getRowMutationOperations()OneToManyPersister.getRowMutationOperations() -
Uses of RowMutationOperations in org.hibernate.persister.collection.mutation
Constructors in org.hibernate.persister.collection.mutation with parameters of type RowMutationOperationsModifierConstructorDescriptionDeleteRowsCoordinatorHistory(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer, ServiceRegistry serviceRegistry) DeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) InsertRowsCoordinatorHistory(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, InsertRowsCoordinator currentInsertCoordinator, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer, ServiceRegistry serviceRegistry) InsertRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) InsertRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) RemoveCoordinatorHistory(CollectionMutationTarget mutationTarget, RowMutationOperations mutationOperations, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer, ServiceRegistry serviceRegistry) RemoveCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations mutationOperations, ServiceRegistry serviceRegistry) Creates the coordinator.RemoveCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations mutationOperations, ServiceRegistry serviceRegistry) Creates the coordinator.UpdateRowsCoordinatorHistory(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer) UpdateRowsCoordinatorOneToMany(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) UpdateRowsCoordinatorTemporal(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)