|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.IntValue
org.apache.openjpa.jdbc.conf.FetchModeValue
public class FetchModeValue
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.
Field Summary | |
---|---|
static java.lang.String |
EAGER_JOIN
|
static java.lang.String |
EAGER_NONE
|
static java.lang.String |
EAGER_PARALLEL
|
Constructor Summary | |
---|---|
FetchModeValue(java.lang.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 |
---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EAGER_NONE
public static final java.lang.String EAGER_JOIN
public static final java.lang.String EAGER_PARALLEL
Constructor Detail |
---|
public FetchModeValue(java.lang.String prop)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |