|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSource | |
|---|---|
| org.castor.cpa.persistence.sql.connection | |
| org.castor.jdo.conf | |
| org.castor.jdo.util | |
| Uses of DataSource in org.castor.cpa.persistence.sql.connection |
|---|
| Methods in org.castor.cpa.persistence.sql.connection with parameters of type DataSource | |
|---|---|
static DataSource |
DataSourceConnectionFactory.loadDataSource(DataSource confDataSource,
ClassLoader loader)
Initialize JDBC DataSource instance with the given database configuration instances and the given class loader. |
| Constructors in org.castor.cpa.persistence.sql.connection with parameters of type DataSource | |
|---|---|
DataSourceConnectionFactory(DataSource dataSource,
boolean useProxies,
ClassLoader loader)
Constructs a new DataSourceConnectionFactory with given database and mapping. |
|
| 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(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(String datasource,
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(String name,
String engine,
DataSource ds,
Mapping mapping)
Deprecated. Pass mapping URL's to createDatabase() methods instead. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
DataSource ds,
Mapping[] mappings)
Deprecated. Pass mapping URL's to createDatabase() methods instead. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
DataSource ds,
String mapping)
Create a database configuration with given name, engine and datasource configuration. |
static Database |
JDOConfFactory.createDatabase(String name,
String engine,
DataSource ds,
String[] mappings)
Create a database configuration with given name, engine and datasource configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||