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

Packages that use DataSource
org.castor.jdo.conf XML objects for loading the Castor JDO configuration file. 
org.castor.jdo.util   
 

Uses of DataSource in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that return DataSource
 DataSource DatabaseChoice.getDataSource()
          Returns the value of field 'dataSource'.
static DataSource DataSource.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Methods in org.castor.jdo.conf with parameters of type DataSource
 void DatabaseChoice.setDataSource(DataSource dataSource)
          Sets the value of field 'dataSource'.
 

Uses of DataSource in org.castor.jdo.util
 

Methods in org.castor.jdo.util that return DataSource
static DataSource JDOConfFactory.createDataSource(java.lang.String datasource, java.util.Properties props)
          Create a JDO datasource configuration from a JDBC DataSource instance and apply the supplied property entries.
 

Methods in org.castor.jdo.util with parameters of type DataSource
static Database JDOConfFactory.createDatabase(java.lang.String name, java.lang.String engine, DataSource ds, Mapping mapping)
          Deprecated. Pass mapping URL's to createDatabase() methods instead.
static Database JDOConfFactory.createDatabase(java.lang.String name, java.lang.String engine, DataSource ds, Mapping[] mappings)
          Deprecated. Pass mapping URL's to createDatabase() methods instead.
static Database JDOConfFactory.createDatabase(java.lang.String name, java.lang.String engine, DataSource ds, java.lang.String mapping)
          Create a database configuration with given name, engine and datasource configuration.
static Database JDOConfFactory.createDatabase(java.lang.String name, java.lang.String engine, DataSource ds, java.lang.String[] mappings)
          Create a database configuration with given name, engine and datasource configuration.
 



Copyright 2008 null. All Rights Reserved.