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