org.progeeks.hibernate
Class HibernateAnnotations.AccessPropertyType

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

public static class HibernateAnnotations.AccessPropertyType
extends ClassEnumeratedPropertyType

Enumerated property type defining the valid values for the id and property annotations' access properties.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_NAME
           
static java.lang.String FIELD
           
static java.lang.String PROPERTY
           
 
Constructor Summary
HibernateAnnotations.AccessPropertyType()
           
 
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

FIELD

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

PROPERTY

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

CLASS_NAME

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

HibernateAnnotations.AccessPropertyType

public HibernateAnnotations.AccessPropertyType()


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