org.apache.openjpa.jdbc.conf
Class FetchModeValue
java.lang.Object
   org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.Value
       org.apache.openjpa.lib.conf.IntValue
org.apache.openjpa.lib.conf.IntValue
           org.apache.openjpa.jdbc.conf.FetchModeValue
org.apache.openjpa.jdbc.conf.FetchModeValue
- All Implemented Interfaces: 
- Cloneable
- public class FetchModeValue 
- extends IntValue
Value type used to represent fetch modes. This type is
 defined separately so that it can be used both in the global configuration
 and in class metadata with the same encapsulated configuration.
- Author:
- Abe White
 
 
 
 
| Methods inherited from class org.apache.openjpa.lib.conf.Value | 
| alias, alias, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getProperty, getScope, getString, hashCode, isAliasListComprehensive, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, setString, unalias, unalias, valueChanged | 
 
 
EAGER_NONE
public static final String EAGER_NONE
- See Also:
- Constant Field Values
EAGER_JOIN
public static final String EAGER_JOIN
- See Also:
- Constant Field Values
EAGER_PARALLEL
public static final String EAGER_PARALLEL
- See Also:
- Constant Field Values
FetchModeValue
public FetchModeValue(String prop)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.