Interface PersistContext


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

    Modifier and Type
    Method
    Description
    boolean
    add(Object entity)