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 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 DeleteRowsCoordinator Modifier and Type Class Description class
DeleteRowsCoordinatorNoOp
DeleteRowsCoordinator implementation for cases where deletion is not enabledclass
DeleteRowsCoordinatorStandard
-