Class InsertRowsCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
-
- All Implemented Interfaces:
CollectionOperationCoordinator,InsertRowsCoordinator
public class InsertRowsCoordinatorNoOp extends Object implements InsertRowsCoordinator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
InsertRowsCoordinator.EntryFilter
-
-
Constructor Summary
Constructors Constructor Description InsertRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
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
-
InsertRowsCoordinatorNoOp
public InsertRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
-
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
-
-