kodo.kernel
Class ExecutionContextNameProviderValue
java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
kodo.kernel.ExecutionContextNameProviderValue
- All Implemented Interfaces:
- Cloneable
public class ExecutionContextNameProviderValue
- extends PluginValue
Configuration plugin for ExecutionContextNameProvider.
- Since:
- 4.2.0
Methods inherited from class org.apache.openjpa.lib.conf.PluginValue |
getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString |
Methods inherited from class org.apache.openjpa.lib.conf.Value |
alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getOriginalValue, getProperty, getScope, hashCode, isAliasListComprehensive, isDynamic, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged |
KEY
public static final String KEY
- See Also:
- Constant Field Values
ExecutionContextNameProviderValue
public ExecutionContextNameProviderValue()
getInstance
public static ExecutionContextNameProviderValue getInstance(OpenJPAConfiguration conf)
getExecutionContextNameProvider
public static ExecutionContextNameProvider getExecutionContextNameProvider(OpenJPAConfiguration conf)
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.