org.progeeks.hibernate
Class HibernateAnnotations.LazyPropertyType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.ClassEnumeratedPropertyType
          extended by 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
           
 
Constructor Summary
HibernateAnnotations.LazyPropertyType()
           
 
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

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

HibernateAnnotations.LazyPropertyType

public HibernateAnnotations.LazyPropertyType()


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