Package org.apache.openjpa.conf
Class BrokerFactoryValue
java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.conf.BrokerFactoryValue
- All Implemented Interfaces:
Cloneable
Value type used to represent the
BrokerFactory
. This type is
defined separately so that it can be used both in the global configuration
and in Bootstrap
with the same
encapsulated configuration.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
Extract the value of this property if set in the given provider.static void
set
(ConfigurationProvider cp, String value) Set the value of this property in the given provider.Methods inherited from class org.apache.openjpa.lib.conf.PluginValue
configure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString
Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue
configure, get, instantiate, newInstance, set, setInternalObject
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, hashCode, hide, isAliasListComprehensive, isDynamic, isHidden, isPrivate, makePrivate, matches, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, toString, unalias, unalias, valueChanged
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
BrokerFactoryValue
public BrokerFactoryValue()
-
-
Method Details
-
get
Extract the value of this property if set in the given provider. -
set
Set the value of this property in the given provider.
-