|
SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl
|
+--com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory
PersistenceManagerFactory type for use with the JDBC runtime.
| Constructor Summary | |
JDBCPersistenceManagerFactory()
Default constructor. |
|
JDBCPersistenceManagerFactory(InputStream propertyStream)
Create a factory that will access the data store with a Properties instantiated from the specified
InputStream. |
|
JDBCPersistenceManagerFactory(JDBCConfiguration conf)
Construct the factory with the given option settings. |
|
JDBCPersistenceManagerFactory(Properties props)
Create a factory that will access the data store with the specified Properties. |
|
JDBCPersistenceManagerFactory(String dbName)
Construct the factory with the given XML prefs key. |
|
| Method Summary | |
void |
close()
API extension. |
static Object |
createConnectionFactory(JDBCConfiguration conf)
|
static PersistenceManagerFactory |
getPersistenceManagerFactory(Properties props)
Factory method for constructing a PersistenceManagerFactory from properties. |
String |
getVersionInformation()
Return a string describing this factory version, such as "JDBC Enterprise". |
void |
loadPersistentTypes(ClassLoader loader)
Reload the persistent types list associated with this factory. |
protected Object |
newConnectionFactory()
Instantiate a connection factory from the current configuration. |
StoreManager |
newStoreManager()
Return a new StoreManager for this runtime. |
protected void |
removeUnsupportedOptions(Collection options)
Remove the options not supported by this runtime from the given collection. |
void |
setLogWriter(PrintWriter out)
|
protected void |
setup()
Setup transient state used by this factory based on the current configuration, which will subsequenty be locked down. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDBCPersistenceManagerFactory()
public JDBCPersistenceManagerFactory(String dbName)
public JDBCPersistenceManagerFactory(JDBCConfiguration conf)
public JDBCPersistenceManagerFactory(Properties props)
throws IOException
Properties.
public JDBCPersistenceManagerFactory(InputStream propertyStream)
throws IOException
Properties instantiated from the specified
InputStream.| Method Detail |
public static PersistenceManagerFactory getPersistenceManagerFactory(Properties props)
JDOHelper#getPersistenceManagerFactory.public void loadPersistentTypes(ClassLoader loader)
public void setLogWriter(PrintWriter out)
setLogWriter in class PersistenceManagerFactoryImplpublic String getVersionInformation()
PersistenceManagerFactoryImplgetVersionInformation in class PersistenceManagerFactoryImplpublic StoreManager newStoreManager()
PersistenceManagerFactoryImplPersistenceManagerFactoryImpl.newPersistenceManager(java.lang.String, java.lang.String, com.solarmetric.kodo.runtime.StoreManager) method. However, the
PersistenceManagerImpl.getStoreManager() method will return the
original native store manager.newStoreManager in class PersistenceManagerFactoryImplprotected Object newConnectionFactory()
PersistenceManagerFactoryImplnewConnectionFactory in class PersistenceManagerFactoryImplpublic static Object createConnectionFactory(JDBCConfiguration conf)
protected void setup()
PersistenceManagerFactoryImplsetup in class PersistenceManagerFactoryImplprotected void removeUnsupportedOptions(Collection options)
PersistenceManagerFactoryImplremoveUnsupportedOptions in class PersistenceManagerFactoryImplpublic void close()
PersistenceManagerFactoryImplclose in class PersistenceManagerFactoryImpl
|
SolarMetric Kodo JDO Enterprise Edition 2.3.1 generated on August 20 2002 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||