Uses of Interface
org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
-
Packages that use UpdateRowsCoordinator 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 UpdateRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return UpdateRowsCoordinator Modifier and Type Method Description protected UpdateRowsCoordinatorBasicCollectionPersister. getUpdateEntryCoordinator()protected UpdateRowsCoordinatorOneToManyPersister. getUpdateRowsCoordinator() -
Uses of UpdateRowsCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement UpdateRowsCoordinator Modifier and Type Class Description classAbstractUpdateRowsCoordinatorclassUpdateRowsCoordinatorNoOpclassUpdateRowsCoordinatorOneToManyclassUpdateRowsCoordinatorStandardUpdateRowsCoordinator implementation for cases with a separate collection tableclassUpdateRowsCoordinatorTablePerSubclassOneToMany update coordinator if the element is aUnionSubclassEntityPersister.
-