Interface InsertRowsCoordinator

All Superinterfaces:
CollectionOperationCoordinator
All Known Implementing Classes:
InsertRowsCoordinatorNoOp, InsertRowsCoordinatorStandard, InsertRowsCoordinatorTablePerSubclass

public interface InsertRowsCoordinator extends CollectionOperationCoordinator
Coordinates the logical insertion of collection entries which are not yet persistent.

Insertions are determined by filtering the entries obtained from PersistentCollection.entries(CollectionPersister).

A "logical" insertion because the actual SQL used may be an UPDATE in the case of one-to-many mappings to set the foreign-key

See Also: