Uses of Class
org.castor.jdo.conf.JdoConf

Packages that use JdoConf
org.castor.jdo.conf XML objects for loading the Castor JDO configuration file. 
org.castor.jdo.engine   
org.castor.jdo.util   
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection.  
 

Uses of JdoConf in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that return JdoConf
static JdoConf JdoConf.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Uses of JdoConf in org.castor.jdo.engine
 

Methods in org.castor.jdo.engine with parameters of type JdoConf
static void DatabaseRegistry.loadDatabase(JdoConf jdoConf, org.xml.sax.EntityResolver resolver, java.lang.ClassLoader loader, java.lang.String baseURI)
          Creates a entry for every database and associates them with their name in a map.
 

Constructors in org.castor.jdo.engine with parameters of type JdoConf
AbstractConnectionFactory(JdoConf jdoConf, int index, org.exolab.castor.mapping.Mapping mapping)
          Constructs a new AbstractConnectionFactory with given database and mapping.
DataSourceConnectionFactory(JdoConf jdoConf, int index, org.exolab.castor.mapping.Mapping mapping)
          Constructs a new DataSourceConnectionFactory with given database and mapping.
DriverConnectionFactory(JdoConf jdoConf, int index, org.exolab.castor.mapping.Mapping mapping)
          Constructs a new DriverConnectionFactory with given database and mapping.
JNDIConnectionFactory(JdoConf jdoConf, int index, org.exolab.castor.mapping.Mapping mapping)
          Constructs a new JNDIConnectionFactory with given database and mapping.
 

Uses of JdoConf in org.castor.jdo.util
 

Methods in org.castor.jdo.util that return JdoConf
static JdoConf JDOConfFactory.createJdoConf(org.xml.sax.InputSource source, org.xml.sax.EntityResolver resolver, java.lang.ClassLoader loader)
          Creates a JdoConf instance from a SAX InputSource, using a Castor XML Unmarshaller.
static JdoConf JDOConfFactory.createJdoConf(Database database)
          Create a JDO configuration with local transaction demarcation and given database.
static JdoConf JDOConfFactory.createJdoConf(Database[] databases)
          Create a JDO configuration with local transaction demarcation and given databases.
static JdoConf JDOConfFactory.createJdoConf(Database database, TransactionDemarcation tx)
          Create a JDO configuration with given database and transaction demarcation.
static JdoConf JDOConfFactory.createJdoConf(Database[] databases, TransactionDemarcation tx)
          Create a JDO configuration with given databases and transaction demarcation.
 

Constructors in org.castor.jdo.util with parameters of type JdoConf
JDOConfAdapter(JdoConf jdoConf)
           
 

Uses of JdoConf in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo with parameters of type JdoConf
 void JDO.setConfiguration(JdoConf jdoConfiguration)
          Deprecated. Provides JDO with a JDO configuration file.
static void JDOManager.loadConfiguration(JdoConf jdoConf, org.xml.sax.EntityResolver resolver, java.lang.ClassLoader loader, java.lang.String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
static void JDOManager.loadConfiguration(JdoConf jdoConf, java.lang.ClassLoader loader, java.lang.String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
static void JDOManager.loadConfiguration(JdoConf jdoConf, java.lang.String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
 



Copyright 2008 null. All Rights Reserved.