Package ch.tocco.nice2.persist.entity.api.cascadingdelete
package ch.tocco.nice2.persist.entity.api.cascadingdelete
-
ClassDescriptionPersist task that performs cascading delete of an entity.Builds
DeletionSet
for you so you are able to browse what is going to be deleted.Deprecated.Used to traverse aDeletionSet
via theDeletionSet.traverse(DeletionSetTraverser)
method.This deletion set traverser checks if there is an item, which cannot be deleted.
DeleteService
instead