| Package | Description | 
|---|---|
| org.apache.cayenne.configuration.server | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DelegatingDataSourceFactoryA  DataSourceFactorythat delegates DataSource creation to another factory,
 which is determined dynamically per DataNodeDescriptor. | 
| class  | JNDIDataSourceFactoryLocates DataSource mapped via JNDI. | 
| class  | PropertyDataSourceFactoryA DataSourceFactrory that creates a DataSource based on system properties. | 
| class  | XMLPoolingDataSourceFactoryA  DataSourceFactorythat 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 | DefaultDataNodeFactory. dataSourceFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataSourceFactory | DelegatingDataSourceFactory. getDataSourceFactory(DataNodeDescriptor nodeDescriptor) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.