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 TypeMethodDescriptionvoiddeleteRows(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:CollectionOperationCoordinatorThe collection being mutated- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-