Class DeleteRowsCoordinatorNoOp
java.lang.Object
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
DeleteRowsCoordinator implementation for cases where deletion is not enabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteRows
(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session) Perform the deletionsThe collection being mutatedtoString()
-
Constructor Details
-
DeleteRowsCoordinatorNoOp
-
-
Method Details
-
toString
-
getMutationTarget
Description copied from interface:CollectionOperationCoordinator
The collection being mutated- Specified by:
getMutationTarget
in interfaceCollectionOperationCoordinator
-