Class XMLPoolingDataSourceFactory
java.lang.Object
org.apache.cayenne.configuration.server.XMLPoolingDataSourceFactory
- All Implemented Interfaces:
DataSourceFactory
A
DataSourceFactory
that loads JDBC connection information from an
XML resource associated with the DataNodeDescriptor, returning a DataSource
with simple connection pooling.- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDataSource
(DataNodeDescriptor nodeDescriptor) Returns DataSource object based on the configuration provided in the "nodeDescriptor".
-
Constructor Details
-
XMLPoolingDataSourceFactory
public XMLPoolingDataSourceFactory()
-
-
Method Details
-
getDataSource
Description copied from interface:DataSourceFactory
Returns DataSource object based on the configuration provided in the "nodeDescriptor".- Specified by:
getDataSource
in interfaceDataSourceFactory
- Throws:
Exception
-