Class RemoveCoordinatorNoOp
java.lang.Object
org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
- All Implemented Interfaces:
CollectionOperationCoordinator,RemoveCoordinator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAllRows(Object key, SharedSessionContractImplementor session) Delete all rows based on the collection-keyThe collection being mutatedThe SQL used to perform the removaltoString()
-
Constructor Details
-
RemoveCoordinatorNoOp
-
-
Method Details
-
toString
-
getMutationTarget
Description copied from interface:CollectionOperationCoordinatorThe collection being mutated- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-
getSqlString
Description copied from interface:RemoveCoordinatorThe SQL used to perform the removal- Specified by:
getSqlStringin interfaceRemoveCoordinator
-