Class DataSourceFactory

java.lang.Object
org.frankframework.jdbc.datasource.ObjectFactoryBase<CommonDataSource>
org.frankframework.jdbc.datasource.DataSourceFactory
All Implemented Interfaces:
IDataSourceFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
PoolingDataSourceFactory

public class DataSourceFactory extends ObjectFactoryBase<CommonDataSource> implements IDataSourceFactory
Factory through which (TX-enabled) DataSources can be retrieved. Default implementation, does not use pooling, wraps the DataSource in a TransactionAwareDataSourceProxy.