Interface DeleteContext


public interface DeleteContext
A DeleteEvent represents a delete operation applied to a single entity. A DeleteContext is propagated across all cascaded delete operations, and keeps track of all the entities we've already visited.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    add(Object entity)