Class InsertRowsCoordinatorTablePerSubclass
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
-
- All Implemented Interfaces:
CollectionOperationCoordinator,InsertRowsCoordinator
public class InsertRowsCoordinatorTablePerSubclass extends Object implements InsertRowsCoordinator
OneToMany insert coordinator if the element is aUnionSubclassEntityPersister.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
InsertRowsCoordinator.EntryFilter
-
-
Constructor Summary
Constructors Constructor Description InsertRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMutationTargetgetMutationTarget()The collection being mutatedvoidinsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)Perform the creation.StringtoString()
-
-
-
Constructor Detail
-
InsertRowsCoordinatorTablePerSubclass
public InsertRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry)
-
-
Method Detail
-
getMutationTarget
public CollectionMutationTarget getMutationTarget()
Description copied from interface:CollectionOperationCoordinatorThe collection being mutated- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-
insertRows
public void insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
Description copied from interface:InsertRowsCoordinatorPerform the creation.- Specified by:
insertRowsin interfaceInsertRowsCoordinator
-
-