Package org.apache.openjpa.persistence
Class EntityManagerFactoryValue
java.lang.Object
org.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.persistence.EntityManagerFactoryValue
- All Implemented Interfaces:
- Cloneable
Plugin type used to represent the 
EntityManagerFactory.- Since:
- 0.4.1
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic OpenJPAEntityManagerFactoryCreate a new factory of the configured type.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- 
KEYConfiguration property key.- See Also:
 
- 
ALIASES
 
- 
- 
Constructor Details- 
EntityManagerFactoryValuepublic EntityManagerFactoryValue()
 
- 
- 
Method Details- 
newFactoryCreate a new factory of the configured type.
 
-