|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.openjpa.lib.conf.Value
org.apache.openjpa.lib.conf.ObjectValue
org.apache.openjpa.lib.conf.PluginValue
org.apache.openjpa.persistence.EntityManagerFactoryValue
public class EntityManagerFactoryValue
Plugin type used to represent the EntityManagerFactory.
| Field Summary | |
|---|---|
static java.lang.String[] |
ALIASES
|
static java.lang.String |
KEY
Configuration property key. |
| 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 |
|---|
getClassName, getInternalString, getProperties, getString, getValueType, instantiate, isSingleton, objectChanged, set, setClassName, setInternalString, setProperties, setString |
| Methods inherited from class org.apache.openjpa.lib.conf.ObjectValue |
|---|
get, instantiate, newInstance, set, setInternalObject |
| Methods inherited from class org.apache.openjpa.lib.conf.Value |
|---|
addListener, alias, alias, assertChangeable, clone, equals, getAliases, getDefault, getInstantiatingGetter, getListeners, getLoadKey, getOriginalValue, getProperty, getScope, hashCode, isAliasListComprehensive, isDynamic, removeListener, setAlias, setAlias, setAliases, setAliasListComprehensive, setDefault, setDynamic, setInstantiatingGetter, setLoadKey, setObject, setProperty, setScope, unalias, unalias, valueChanged |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String KEY
public static final java.lang.String[] ALIASES
| Constructor Detail |
|---|
public EntityManagerFactoryValue()
| Method Detail |
|---|
public static OpenJPAEntityManagerFactory newFactory(BrokerFactory bf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||