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 Summary
Modifier and TypeMethodDescriptioncreateDeletionSet
(Entity entity) Create a deletion set for the passedEntity
which you can traverse with your own implementation of anDeletionSetTraverser
and
-
Method Details
-
createDeletionSet
Create a deletion set for the passedEntity
which you can traverse with your own implementation of anDeletionSetTraverser
and- Parameters:
entity
- the entity you want to delete (and configured cascading relations)- Returns:
- a deletion set which you can traverse
-