Class DeleteRowsCoordinatorStandard
java.lang.Object
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteRows
(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session) Perform the deletionsThe collection being mutated
-
Constructor Details
-
DeleteRowsCoordinatorStandard
public DeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Details
-
getMutationTarget
Description copied from interface:CollectionOperationCoordinator
The collection being mutated- Specified by:
getMutationTarget
in interfaceCollectionOperationCoordinator
-