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

Packages that use JdoConf
org.castor.jdo.conf   
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(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, EntityResolver resolver, ClassLoader loader, String baseURI)
          Creates a entry for every database and associates them with their name in a map.
static void DatabaseRegistry.loadDatabase(JdoConf jdoConf, EntityResolver resolver, ClassLoader loader, String baseURI, JDOClassDescriptorResolver classDescriptorResolver)
          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
DatabaseContext(JdoConf jdoConf, int index, Mapping mapping, ConnectionFactory factory)
          Constructs a new AbstractConnectionFactory 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(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[] databases, TransactionDemarcation tx)
          Create a JDO configuration with given databases and transaction demarcation.
static JdoConf JDOConfFactory.createJdoConf(Database database, TransactionDemarcation tx)
          Create a JDO configuration with given database and transaction demarcation.
static JdoConf JDOConfFactory.createJdoConf(InputSource source, EntityResolver resolver, ClassLoader loader)
          Creates a JdoConf instance from a SAX InputSource, using a Castor XML Unmarshaller.
 

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
static void JDOManager.loadConfiguration(JdoConf jdoConf, ClassLoader loader, String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
static void JDOManager.loadConfiguration(JdoConf jdoConf, EntityResolver resolver, ClassLoader loader, String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
static void JDOManager.loadConfiguration(JdoConf jdoConf, String baseURI)
          Load the JDOManager configuration from the specified in-memory JdoConf.
 void JDO.setConfiguration(JdoConf jdoConfiguration)
          Deprecated. Provides JDO with a JDO configuration file.
 



Copyright © 2010. All Rights Reserved.