Class DeleteRowsCoordinatorTablePerSubclass
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
public class DeleteRowsCoordinatorTablePerSubclass extends Object implements DeleteRowsCoordinator
OneToMany delete coordinator if the element is aUnionSubclassEntityPersister
.
-
-
Constructor Summary
Constructors Constructor Description DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
Perform the deletionsCollectionMutationTarget
getMutationTarget()
The collection being mutated
-
-
-
Constructor Detail
-
DeleteRowsCoordinatorTablePerSubclass
public DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Detail
-
getMutationTarget
public CollectionMutationTarget getMutationTarget()
Description copied from interface:CollectionOperationCoordinator
The collection being mutated- Specified by:
getMutationTarget
in interfaceCollectionOperationCoordinator
-
deleteRows
public void deleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
Description copied from interface:DeleteRowsCoordinator
Perform the deletions- Specified by:
deleteRows
in interfaceDeleteRowsCoordinator
-
-