Interface RemoveCoordinator

All Superinterfaces:
CollectionOperationCoordinator
All Known Implementing Classes:
RemoveCoordinatorNoOp, RemoveCoordinatorStandard, RemoveCoordinatorTablePerSubclass

public interface RemoveCoordinator extends CollectionOperationCoordinator
Removes the collection:
  • For collections with a collection-table, this will execute a DELETE based on the collection-key
  • For one-to-many collections, this executes an UPDATE to unset the collection-key on the association table
See Also:
  • Method Details