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 RemoveCoordinatorAbstractCollectionPersister. getRemoveCoordinator()protected RemoveCoordinatorBasicCollectionPersister. getRemoveCoordinator()protected RemoveCoordinatorOneToManyPersister. 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 classRemoveCoordinatorNoOpclassRemoveCoordinatorStandardHandles complete removal of a collection by its keyclassRemoveCoordinatorTablePerSubclassOneToMany remove coordinator if the element is aUnionSubclassEntityPersister.
-