Interface DeleteRowsCoordinator
- All Superinterfaces:
CollectionOperationCoordinator
- All Known Implementing Classes:
DeleteRowsCoordinatorNoOp
,DeleteRowsCoordinatorStandard
,DeleteRowsCoordinatorTablePerSubclass
Coordinates the deletion of entries removed from the collection -
- For collections with a collection-table, deletes rows from the collection table.
- For one-to-many, unsets the collection-key for the matched row in the association table.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteRows
(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session) Perform the deletionsMethods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
-
Method Details