Uses of Interface
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
-
Packages that use CollectionOperationCoordinator Package Description org.hibernate.persister.collection.mutation 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.mutation Modifier and Type Interface Description interfaceDeleteRowsCoordinatorCoordinates the deletion of entries removed from the collection - For collections with a collection-table, deletes rows from the collection table.interfaceInsertRowsCoordinatorCoordinates the logical insertion of collection entries which are not yet persistent.interfaceRemoveCoordinatorRemoves 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 tableinterfaceUpdateRowsCoordinator
-