Interface CascadingDelete

All Known Implementing Classes:
PreprocessingCascadingDelete

public interface CascadingDelete
Builds DeletionSet for you so you are able to browse what is going to be deleted. You are also able to browse the DeletionSet with your own implementation of the DeletionSetTraverser interface.
See Also:
  • Method Details

    • createDeletionSet

      DeletionSet createDeletionSet(Entity entity)
      Create a deletion set for the passed Entity which you can traverse with your own implementation of an DeletionSetTraverser and
      Parameters:
      entity - the entity you want to delete (and configured cascading relations)
      Returns:
      a deletion set which you can traverse