Uses of Interface
org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
Packages that use DeleteRowsCoordinator
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of DeleteRowsCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return DeleteRowsCoordinatorModifier and TypeMethodDescriptionprotected DeleteRowsCoordinator
OneToManyPersister.getDeleteRowsCoordinator()
protected DeleteRowsCoordinator
BasicCollectionPersister.getRemoveEntryCoordinator()
-
Uses of DeleteRowsCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement DeleteRowsCoordinatorModifier and TypeClassDescriptionclass
DeleteRowsCoordinator implementation for cases where deletion is not enabledclass
class
OneToMany delete coordinator if the element is aUnionSubclassEntityPersister
.