|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.event.def.AbstractFlushingEventListener
org.hibernate.event.def.DefaultFlushEventListener
org.hibernate.ejb.event.EJB3FlushEventListener
public class EJB3FlushEventListener
In EJB3, it is the create operation that is cascaded to unmanaged ebtities at flush time (instead of the save-update operation in Hibernate).
Field Summary | |
---|---|
static FlushEventListener |
INSTANCE
|
Constructor Summary | |
---|---|
EJB3FlushEventListener()
|
Method Summary | |
---|---|
protected java.lang.Object |
getAnything()
|
protected CascadingAction |
getCascadingAction()
|
Methods inherited from class org.hibernate.event.def.DefaultFlushEventListener |
---|
onFlush |
Methods inherited from class org.hibernate.event.def.AbstractFlushingEventListener |
---|
flushEverythingToExecutions, performExecutions, postFlush |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FlushEventListener INSTANCE
Constructor Detail |
---|
public EJB3FlushEventListener()
Method Detail |
---|
protected CascadingAction getCascadingAction()
getCascadingAction
in class AbstractFlushingEventListener
protected java.lang.Object getAnything()
getAnything
in class AbstractFlushingEventListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |