Package org.hibernate.event.spi
Interface PersistContext
-
public interface PersistContextAPersistEventrepresents a persist operation applied to a single entity. APersistContextis 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 booleanadd(Object entity)static PersistContextcreate()
-
-
-
Method Detail
-
add
boolean add(Object entity)
-
create
static PersistContext create()
-
-