public interface PersistenceManagerFactoryInternal
extends javax.jdo.PersistenceManagerFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getObjectIdClass(java.lang.Class cls)
In order for the application to construct instance of the ObjectId
class it needs to know the class being used by the JDO implementation.
|
StoreManager |
getStoreManager(javax.jdo.PersistenceManager pm)
Provides a StoreManager that is ready to accept operations on it such
as insert, etc.
|
java.lang.Class |
getTrackedClass(java.lang.Class type)
Returns store-specific mapping between Java classes and tracked SCO
classes supported by this PMF.
|
TranscriberFactory |
getTranscriberFactory()
Provides the factory which can make Transcribers for this PMF.
|
void |
releaseStoreManager(javax.jdo.PersistenceManager pm)
Allows the PMF to release any resources associated with the given PM's
store manager.
|
close, getConnectionDriverName, getConnectionFactory, getConnectionFactory2, getConnectionFactory2Name, getConnectionFactoryName, getConnectionURL, getConnectionUserName, getIgnoreCache, getMultithreaded, getNontransactionalRead, getNontransactionalWrite, getOptimistic, getPersistenceManager, getPersistenceManager, getProperties, getRestoreValues, getRetainValues, setConnectionDriverName, setConnectionFactory, setConnectionFactory2, setConnectionFactory2Name, setConnectionFactoryName, setConnectionPassword, setConnectionURL, setConnectionUserName, setIgnoreCache, setMultithreaded, setNontransactionalRead, setNontransactionalWrite, setOptimistic, setRestoreValues, setRetainValues, supportedOptions
TranscriberFactory getTranscriberFactory()
java.lang.Class getObjectIdClass(java.lang.Class cls)
cls
- the PersistenceCapable ClassStoreManager getStoreManager(javax.jdo.PersistenceManager pm)
pm
- PersistenceManager that is requesting a StoreManager.void releaseStoreManager(javax.jdo.PersistenceManager pm)
pm
- PersistenceManager that is releasing a StoreManager.java.lang.Class getTrackedClass(java.lang.Class type)
type
- Class to find mapping for.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.