Uses of Interface
org.hibernate.persister.collection.mutation.RemoveCoordinator
-
Packages that use RemoveCoordinator 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 RemoveCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return RemoveCoordinator Modifier and Type Method Description protected abstract RemoveCoordinator
AbstractCollectionPersister. getRemoveCoordinator()
protected RemoveCoordinator
BasicCollectionPersister. getRemoveCoordinator()
protected RemoveCoordinator
OneToManyPersister. getRemoveCoordinator()
-
Uses of RemoveCoordinator in org.hibernate.persister.collection.mutation
Classes in org.hibernate.persister.collection.mutation that implement RemoveCoordinator Modifier and Type Class Description class
RemoveCoordinatorNoOp
class
RemoveCoordinatorStandard
Handles complete removal of a collection by its keyclass
RemoveCoordinatorTablePerSubclass
OneToMany remove coordinator if the element is aUnionSubclassEntityPersister
.
-