Package org.hibernate.event.spi
Interface PersistContext
-
public interface PersistContext
APersistEvent
represents a persist operation applied to a single entity. APersistContext
is propagated across all cascaded persist operations, and keeps track of all the entities we've already visited.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
add(Object entity)
static PersistContext
create()
-
-
-
Method Detail
-
add
boolean add(Object entity)
-
create
static PersistContext create()
-
-