org.progeeks.hibernate
Class HibernateAnnotations.UnsavedValuePropertyType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.ClassEnumeratedPropertyType
          extended by org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
All Implemented Interfaces:
java.io.Serializable, EnumeratedPropertyType, PropertyType
Enclosing class:
HibernateAnnotations

public static class HibernateAnnotations.UnsavedValuePropertyType
extends ClassEnumeratedPropertyType

Enumerated property type defining the valid values for the id annotation's unsavedValue property.

See Also:
Serialized Form

Field Summary
static java.lang.String ANY
           
static java.lang.String ID_VALUE
           
static java.lang.String NONE
           
static java.lang.String NULL
           
static java.lang.String UNDEFINED
           
 
Constructor Summary
HibernateAnnotations.UnsavedValuePropertyType()
           
 
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

NULL

public static final java.lang.String NULL
See Also:
Constant Field Values

ANY

public static final java.lang.String ANY
See Also:
Constant Field Values

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values

UNDEFINED

public static final java.lang.String UNDEFINED
See Also:
Constant Field Values

ID_VALUE

public static final java.lang.String ID_VALUE
See Also:
Constant Field Values
Constructor Detail

HibernateAnnotations.UnsavedValuePropertyType

public HibernateAnnotations.UnsavedValuePropertyType()


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