Uses of Interface
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
Packages that use CollectionOperationCoordinator
Package
Description
Defines support for performing mutation operations against collections.
-
Uses of CollectionOperationCoordinator in org.hibernate.persister.collection.mutation
Subinterfaces of CollectionOperationCoordinator in org.hibernate.persister.collection.mutationModifier and TypeInterfaceDescriptioninterfaceCoordinates the deletion of entries removed from the collection - For collections with a collection-table, deletes rows from the collection table.interfaceCoordinates the logical insertion of collection entries which are not yet persistent.interfaceRemoves the collection: For collections with a collection-table, this will execute a DELETE based on the collection-key For one-to-many collections, this executes an UPDATE to unset the collection-key on the association tableinterfaceClasses in org.hibernate.persister.collection.mutation that implement CollectionOperationCoordinatorModifier and TypeClassDescriptionclassclassDeleteRowsCoordinator implementation for cases where deletion is not enabledclassclassOneToMany delete coordinator if the element is aUnionSubclassEntityPersister.classclassclassOneToMany insert coordinator if the element is aUnionSubclassEntityPersister.classclassHandles complete removal of a collection by its keyclassOneToMany remove coordinator if the element is aUnionSubclassEntityPersister.classclassclassUpdateRowsCoordinator implementation for cases with a separate collection tableclassOneToMany update coordinator if the element is aUnionSubclassEntityPersister.