|
||||||||||
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.DefaultAutoFlushEventListener
org.hibernate.ejb.event.EJB3AutoFlushEventListener
public class EJB3AutoFlushEventListener
In EJB3, it is the create operation that is cascaded to unmanaged entities at flush time (instead of the save-update operation in Hibernate).
Field Summary | |
---|---|
static AutoFlushEventListener |
INSTANCE
|
Constructor Summary | |
---|---|
EJB3AutoFlushEventListener()
|
Method Summary | |
---|---|
protected java.lang.Object |
getAnything()
|
protected CascadingAction |
getCascadingAction()
|
Methods inherited from class org.hibernate.event.def.DefaultAutoFlushEventListener |
---|
onAutoFlush |
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 AutoFlushEventListener INSTANCE
Constructor Detail |
---|
public EJB3AutoFlushEventListener()
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 |