Class RemoveCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
-
- All Implemented Interfaces:
CollectionOperationCoordinator,RemoveCoordinator
public class RemoveCoordinatorNoOp extends Object implements RemoveCoordinator
-
-
Constructor Summary
Constructors Constructor Description RemoveCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteAllRows(Object key, SharedSessionContractImplementor session)Delete all rows based on the collection-keyCollectionMutationTargetgetMutationTarget()The collection being mutatedStringgetSqlString()The SQL used to perform the removalStringtoString()
-
-
-
Constructor Detail
-
RemoveCoordinatorNoOp
public RemoveCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
-
Method Detail
-
getMutationTarget
public CollectionMutationTarget getMutationTarget()
Description copied from interface:CollectionOperationCoordinatorThe collection being mutated- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-
getSqlString
public String getSqlString()
Description copied from interface:RemoveCoordinatorThe SQL used to perform the removal- Specified by:
getSqlStringin interfaceRemoveCoordinator
-
deleteAllRows
public void deleteAllRows(Object key, SharedSessionContractImplementor session)
Description copied from interface:RemoveCoordinatorDelete all rows based on the collection-key- Specified by:
deleteAllRowsin interfaceRemoveCoordinator
-
-