|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceFactory | |
---|---|
org.apache.cayenne.configuration.server |
Uses of DataSourceFactory in org.apache.cayenne.configuration.server |
---|
Classes in org.apache.cayenne.configuration.server that implement DataSourceFactory | |
---|---|
class |
DBCPDataSourceFactory
A DataSourceFactory based on DBCP connection pool library. |
class |
DelegatingDataSourceFactory
A DataSourceFactory that delegates DataSource creation to another factory,
which is determined dynamically per DataNodeDescriptor. |
class |
JNDIDataSourceFactory
Locates DataSource mapped via JNDI. |
class |
PropertyDataSourceFactory
A DataSourceFactrory that creates a DataSource based on system properties. |
class |
XMLPoolingDataSourceFactory
A DataSourceFactory that loads JDBC connection information from an XML resource
associated with the DataNodeDescriptor, returning a DataSource with simple connection
pooling. |
Fields in org.apache.cayenne.configuration.server declared as DataSourceFactory | |
---|---|
protected DataSourceFactory |
DataDomainProvider.dataSourceFactory
|
Methods in org.apache.cayenne.configuration.server that return DataSourceFactory | |
---|---|
protected DataSourceFactory |
DelegatingDataSourceFactory.getDataSourceFactory(DataNodeDescriptor nodeDescriptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |