Class DeleteRowsCoordinatorTablePerSubclass
java.lang.Object
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
OneToMany delete coordinator if the element is a
UnionSubclassEntityPersister
.-
Constructor Summary
ConstructorsConstructorDescriptionDeleteRowsCoordinatorTablePerSubclass
(OneToManyPersister 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
-
DeleteRowsCoordinatorTablePerSubclass
public DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Details
-
getMutationTarget
Description copied from interface:CollectionOperationCoordinator
The collection being mutated- Specified by:
getMutationTarget
in interfaceCollectionOperationCoordinator
-