|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.PersistenceConfiguration
org.jpox.ObjectManagerFactoryImpl
org.jpox.jdo.AbstractPersistenceManagerFactory
org.jpox.jdo.JDOPersistenceManagerFactory
org.jpox.PersistenceManagerFactoryImpl
public class PersistenceManagerFactoryImpl
Implementation of a JDO PersistenceManagerFactory. Exists only for backwards compatibility sinec users will typically obtain a PMF using the name of this class.
| Field Summary |
|---|
| Fields inherited from class org.jpox.jdo.AbstractPersistenceManagerFactory |
|---|
lifecycleListeners, LOCALISER_JDO |
| Fields inherited from class org.jpox.ObjectManagerFactoryImpl |
|---|
cache, omfContext |
| Fields inherited from class org.jpox.PersistenceConfiguration |
|---|
configurable, LOCALISER |
| Constructor Summary | |
|---|---|
PersistenceManagerFactoryImpl()
Deprecated. Constructs a new PersistenceManagerFactoryImpl. |
|
PersistenceManagerFactoryImpl(java.util.Map props)
Deprecated. Constructs a new PersistenceManagerFactoryImpl. |
|
| Method Summary | |
|---|---|
static JDOPersistenceManagerFactory |
createInstance(java.util.Map props)
Deprecated. Convenience method to return a new PMF instance of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jdo.PersistenceManagerFactory |
|---|
addInstanceLifecycleListener, close, getConnectionDriverName, getConnectionFactory, getConnectionFactory2, getConnectionFactory2Name, getConnectionFactoryName, getConnectionURL, getConnectionUserName, getCopyOnAttach, getDataStoreCache, getDetachAllOnCommit, getIgnoreCache, getMapping, getMultithreaded, getName, getNontransactionalRead, getNontransactionalWrite, getOptimistic, getPersistenceUnitName, getProperties, getRestoreValues, getRetainValues, getServerTimeZoneID, getTransactionType, isClosed, removeInstanceLifecycleListener, setConnectionDriverName, setConnectionFactory, setConnectionFactory2, setConnectionFactory2Name, setConnectionFactoryName, setConnectionPassword, setConnectionURL, setConnectionUserName, setCopyOnAttach, setDetachAllOnCommit, setIgnoreCache, setMapping, setMultithreaded, setName, setNontransactionalRead, setNontransactionalWrite, setOptimistic, setPersistenceUnitName, setRestoreValues, setRetainValues, setServerTimeZoneID, setTransactionType, supportedOptions |
| Constructor Detail |
|---|
public PersistenceManagerFactoryImpl()
public PersistenceManagerFactoryImpl(java.util.Map props)
| Method Detail |
|---|
public static JDOPersistenceManagerFactory createInstance(java.util.Map props)
props - Persistent properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||