Class XMLPoolingDataSourceFactory
java.lang.Object
org.apache.cayenne.configuration.server.XMLPoolingDataSourceFactory
- All Implemented Interfaces:
DataSourceFactory
public class XMLPoolingDataSourceFactory extends Object implements 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
Constructors Constructor Description XMLPoolingDataSourceFactory()
-
Method Summary
Modifier and Type Method Description DataSource
getDataSource(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
-