Uses of Interface
org.hibernate.persister.collection.mutation.RemoveCoordinator
Packages that use RemoveCoordinator
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of RemoveCoordinator in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return RemoveCoordinatorModifier and TypeMethodDescriptionprotected 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 RemoveCoordinatorModifier and TypeClassDescriptionclass
class
Handles complete removal of a collection by its keyclass
OneToMany remove coordinator if the element is aUnionSubclassEntityPersister
.