org.apache.openjpa.jdbc.conf
Class FetchModeValue

java.lang.Object
  extended by org.apache.openjpa.lib.conf.Value
      extended by org.apache.openjpa.lib.conf.IntValue
          extended by 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

Field Summary
static String EAGER_JOIN
           
static String EAGER_NONE
           
static String EAGER_PARALLEL
           
 
Constructor Summary
FetchModeValue(String prop)
           
 
Method Summary
 
Methods inherited from class org.apache.openjpa.lib.conf.IntValue
get, getInternalString, getValueType, set, setInternalObject, setInternalString
 
Methods inherited from class org.apache.openjpa.lib.conf.Value
addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getScope, getString, hashCode, isAliasListComprehensive, isDynamic, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, unalias, unalias, valueChanged
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FetchModeValue

public FetchModeValue(String prop)


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.