org.progeeks.hibernate
Class HibernateAnnotations.CascadePropertyType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.ClassEnumeratedPropertyType
          extended by 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

Field Summary
static java.lang.String ALL
           
static java.lang.String ALL_DELETE_ORPHAN
           
static java.lang.String DELETE
           
static java.lang.String DELETE_ORPHAN
           
static java.lang.String NONE
           
static java.lang.String SAVE_UPDATE
           
 
Constructor Summary
HibernateAnnotations.CascadePropertyType()
           
 
Method Summary
 
Methods inherited from class org.progeeks.meta.ClassEnumeratedPropertyType
getEnumeratedValues, isEnumeratedValue, isInstance, wrapRawSuperType
 
Methods inherited from class org.progeeks.meta.ClassPropertyType
convertPrimitive, createRawSuperTypeIterator, equals, getBaseClass, getSuperTypes, hashCode, isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.progeeks.meta.PropertyType
getBaseClass, getSuperTypes, isAssignableFrom
 

Field Detail

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
Constructor Detail

HibernateAnnotations.CascadePropertyType

public HibernateAnnotations.CascadePropertyType()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.