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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ObjectExtract the value of this property if set in the given provider.static voidset(ConfigurationProvider cp, String value) Set the value of this property in the given provider.Methods inherited from class org.apache.openjpa.lib.conf.PluginValueconfigure, getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setStringMethods inherited from class org.apache.openjpa.lib.conf.ObjectValueconfigure, get, instantiate, newInstance, set, setInternalObjectMethods inherited from class org.apache.openjpa.lib.conf.ValueaddEquivalentKey, 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- 
BrokerFactoryValuepublic BrokerFactoryValue()
 
- 
- 
Method Details- 
getExtract the value of this property if set in the given provider.
- 
setSet the value of this property in the given provider.
 
-