org.progeeks.hibernate
Class HibernateAnnotations.CascadePropertyType
java.lang.Object
org.progeeks.meta.ClassPropertyType
org.progeeks.meta.ClassEnumeratedPropertyType
org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
- All Implemented Interfaces:
- java.io.Serializable, EnumeratedPropertyType, PropertyType
- Enclosing class:
- HibernateAnnotations
public static class HibernateAnnotations.CascadePropertyType
- extends ClassEnumeratedPropertyType
Enumerated property type defining the valid values for the map
property annotation's cascade property.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ALL
public static final java.lang.String ALL
- See Also:
- Constant Field Values
NONE
public static final java.lang.String NONE
- See Also:
- Constant Field Values
SAVE_UPDATE
public static final java.lang.String SAVE_UPDATE
- See Also:
- Constant Field Values
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
ALL_DELETE_ORPHAN
public static final java.lang.String ALL_DELETE_ORPHAN
- See Also:
- Constant Field Values
DELETE_ORPHAN
public static final java.lang.String DELETE_ORPHAN
- See Also:
- Constant Field Values
HibernateAnnotations.CascadePropertyType
public HibernateAnnotations.CascadePropertyType()
Copyright © 2002-2003 Paul Speed. All Rights Reserved.