Uses of Interface
org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
-
Packages that use DeleteRowsCoordinator 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 DeleteRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return DeleteRowsCoordinator Modifier and Type Method Description protected DeleteRowsCoordinatorOneToManyPersister. getDeleteRowsCoordinator()protected DeleteRowsCoordinatorBasicCollectionPersister. getRemoveEntryCoordinator() -
Uses of DeleteRowsCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement DeleteRowsCoordinator Modifier and Type Class Description classDeleteRowsCoordinatorNoOpDeleteRowsCoordinator implementation for cases where deletion is not enabledclassDeleteRowsCoordinatorStandardclassDeleteRowsCoordinatorTablePerSubclassOneToMany delete coordinator if the element is aUnionSubclassEntityPersister.
-