Class NonTransactionalDataSourceFactory

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

public class NonTransactionalDataSourceFactory extends ObjectFactory<DataSource,CommonDataSource> implements IDataSourceFactory
Factory through which NON-TRANSACTIONAL DataSources can be retrieved. Does not use pooling, and does NOT wrap the DataSource in a TransactionAwareDataSourceProxy.