org.progeeks.hibernate
Class HibernateAnnotations.UnsavedValuePropertyType
java.lang.Object
org.progeeks.meta.ClassPropertyType
org.progeeks.meta.ClassEnumeratedPropertyType
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
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
HibernateAnnotations.UnsavedValuePropertyType
public HibernateAnnotations.UnsavedValuePropertyType()
Copyright © 2002-2003 Paul Speed. All Rights Reserved.