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