Package org.apache.ibatis.datasource
Interface DataSourceFactory
- All Known Implementing Classes:
JndiDataSourceFactory,PooledDataSourceFactory,UnpooledDataSourceFactory
public interface DataSourceFactory
- Author:
- Clinton Begin
-
Method Summary
-
Method Details
-
setProperties
-
getDataSource
DataSource getDataSource()
-