|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.engine.CascadeStyle
org.hibernate.engine.EJB3CascadeStyle
public abstract class EJB3CascadeStyle
Becasue CascadeStyle is not opened and package protected, I need to subclass and override the persist alias Note that This class has to be triggered by EJB3PersistEventListener at class loading time TODO get rid of it for 3.3
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.engine.CascadeStyle |
---|
CascadeStyle.MultipleCascadeStyle |
Field Summary | |
---|---|
static CascadeStyle |
PERSIST_EJB3
cascade using EJB3CascadingAction |
Fields inherited from class org.hibernate.engine.CascadeStyle |
---|
ALL, ALL_DELETE_ORPHAN, DELETE, DELETE_ORPHAN, EVICT, LOCK, MERGE, NONE, PERSIST, REFRESH, REPLICATE, UPDATE |
Constructor Summary | |
---|---|
EJB3CascadeStyle()
|
Method Summary |
---|
Methods inherited from class org.hibernate.engine.CascadeStyle |
---|
doCascade, getCascadeStyle, hasOrphanDelete, reallyDoCascade |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CascadeStyle PERSIST_EJB3
Constructor Detail |
---|
public EJB3CascadeStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |