org.apache.openjpa.jdbc.conf
Class FetchModeValue
java.lang.Object
  
org.apache.openjpa.lib.conf.Value
      
org.apache.openjpa.lib.conf.IntValue
          
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, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getOriginalValue, getProperty, getScope, getString, hashCode, isAliasListComprehensive, isDynamic, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, 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-2008 Apache Software Foundation. All Rights Reserved.