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
public class EntityManagerFactoryValue
- extends PluginValue
Plugin type used to represent the EntityManagerFactory
.
- Since:
- 0.4.1
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, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListener, getLoadKey, getProperty, getScope, hashCode, isAliasListComprehensive, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setInstantiatingGetter, setListener, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged |
KEY
public static final String KEY
- Configuration property key.
- See Also:
- Constant Field Values
ALIASES
public static final String[] ALIASES
EntityManagerFactoryValue
public EntityManagerFactoryValue()
newFactory
public static OpenJPAEntityManagerFactory newFactory(BrokerFactory bf)
- Create a new factory of the configured type.
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.