org.hibernate.engine
Class EJB3CascadeStyle
java.lang.Object
   org.hibernate.engine.CascadeStyle
org.hibernate.engine.CascadeStyle
       org.hibernate.engine.EJB3CascadeStyle
org.hibernate.engine.EJB3CascadeStyle
- All Implemented Interfaces: 
- Serializable
- public abstract class EJB3CascadeStyle 
- extends CascadeStyle
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
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
 
 
 
| Fields inherited from class org.hibernate.engine.CascadeStyle | 
| ALL, ALL_DELETE_ORPHAN, DELETE, DELETE_ORPHAN, EVICT, LOCK, MERGE, NONE, PERSIST, REFRESH, REPLICATE, UPDATE | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PERSIST_EJB3
public static final CascadeStyle PERSIST_EJB3
- cascade using EJB3CascadingAction
 
 
EJB3CascadeStyle
public EJB3CascadeStyle()
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.