Package | Description |
---|---|
org.apache.cayenne.configuration.server |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected DataSourceFactory |
DataDomainProvider.dataSourceFactory |
Modifier and Type | Method and Description |
---|---|
protected DataSourceFactory |
DelegatingDataSourceFactory.getDataSourceFactory(DataNodeDescriptor nodeDescriptor) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.