Package 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
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
-
Constructor Summary
-
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
addEquivalentKey, addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getEquivalentKeys, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getPropertyKeys, getScope, getString, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, setString, toString, unalias, unalias, valueChanged
-
Field Details
-
EAGER_NONE
- See Also:
-
EAGER_JOIN
- See Also:
-
EAGER_PARALLEL
- See Also:
-
-
Constructor Details
-
FetchModeValue
-