Uses of Class
org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
Packages that use AbstractUpdateRowsCoordinator
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of AbstractUpdateRowsCoordinator in org.hibernate.persister.collection.mutation
Subclasses of AbstractUpdateRowsCoordinator in org.hibernate.persister.collection.mutationModifier and TypeClassDescriptionclassUpdateRowsCoordinatorimplementation for temporal collection tables in theTemporalTableStrategy.HISTORY_TABLEtemporal table mapping strategy.classclassUpdateRowsCoordinator implementation for cases with a separate collection tableclassOneToMany update coordinator if the element is aUnionSubclassEntityPersister.classUpdateRowsCoordinatorimplementation for temporal collection tables in theTemporalTableStrategy.SINGLE_TABLEtemporal table mapping strategy.