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