java.lang.ObjectBecause of CascadingAction constructor visibility I need a packaged friendly subclass TODO Get rid of it for 3.3org.hibernate.engine.CascadingAction
org.hibernate.engine.EJB3CascadingAction
Emmanuel - Bernard| Field Summary | ||
|---|---|---|
| public static final CascadingAction | PERSIST_SKIPLAZY |
|
| Fields inherited from org.hibernate.engine.CascadingAction: |
|---|
| DELETE, LOCK, REFRESH, EVICT, SAVE_UPDATE, MERGE, SAVE_UPDATE_COPY, PERSIST, PERSIST_ON_FLUSH, REPLICATE |
| Methods from org.hibernate.engine.CascadingAction: |
|---|
| cascade, deleteOrphans, getCascadableChildrenIterator, getLoadedElementsIterator, noCascade, performOnLazyProperty, requiresNoCascadeChecking |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |