Uses of Interface
org.hibernate.persister.collection.mutation.InsertRowsCoordinator
Packages that use InsertRowsCoordinator
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
Extension point for customized state management,
enabling functionality such as soft delete, temporal
data, and audit logging.
-
Uses of InsertRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return InsertRowsCoordinatorModifier and TypeMethodDescriptionprotected InsertRowsCoordinatorBasicCollectionPersister.getCreateEntryCoordinator()protected InsertRowsCoordinatorOneToManyPersister.getInsertRowsCoordinator() -
Uses of InsertRowsCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement InsertRowsCoordinatorModifier and TypeClassDescriptionclassInsertRowsCoordinator for audited collections.classInsertRowsCoordinatorimplementation for temporal collection tables in theTemporalTableStrategy.HISTORY_TABLEtemporal table mapping strategy.classclassclassOneToMany insert coordinator if the element is aUnionSubclassEntityPersister.Constructors in org.hibernate.persister.collection.mutation with parameters of type InsertRowsCoordinatorModifierConstructorDescriptionInsertRowsCoordinatorAudit(CollectionMutationTarget mutationTarget, InsertRowsCoordinator currentInsertCoordinator, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer, SessionFactoryImplementor sessionFactory) InsertRowsCoordinatorHistory(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, InsertRowsCoordinator currentInsertCoordinator, boolean[] indexColumnIsSettable, boolean[] elementColumnIsSettable, UnaryOperator<Object> indexIncrementer, ServiceRegistry serviceRegistry) -
Uses of InsertRowsCoordinator in org.hibernate.persister.state.spi
Methods in org.hibernate.persister.state.spi that return InsertRowsCoordinatorModifier and TypeMethodDescriptionStateManagement.createInsertRowsCoordinator(CollectionPersister persister)