Class NonTransactionalDataSourceFactory

java.lang.Object
org.frankframework.resourcelocator.ObjectFactory<DataSource, CommonDataSource>
org.frankframework.jdbc.factory.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.