org.apache.openjpa.persistence
Class EntityManagerFactoryValue

java.lang.Object
  extended by org.apache.openjpa.lib.conf.Value
      extended by org.apache.openjpa.lib.conf.ObjectValue
          extended by org.apache.openjpa.lib.conf.PluginValue
              extended by 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

Field Summary
static String[] ALIASES
           
static String KEY
          Configuration property key.
 
Fields inherited from class org.apache.openjpa.lib.conf.Value
INVISIBLE
 
Constructor Summary
EntityManagerFactoryValue()
           
 
Method Summary
static OpenJPAEntityManagerFactory newFactory(BrokerFactory bf)
          Create a new factory of the configured type.
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

KEY

public static final String KEY
Configuration property key.

See Also:
Constant Field Values

ALIASES

public static final String[] ALIASES
Constructor Detail

EntityManagerFactoryValue

public EntityManagerFactoryValue()
Method Detail

newFactory

public static OpenJPAEntityManagerFactory newFactory(BrokerFactory bf)
Create a new factory of the configured type.



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.