org.apache.ibatis.datasource.unpooled
Class UnpooledDataSourceFactory
java.lang.Object
org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
- All Implemented Interfaces:
- DataSourceFactory
- Direct Known Subclasses:
- PooledDataSourceFactory
public class UnpooledDataSourceFactory
- extends Object
- implements DataSourceFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataSource
protected DataSource dataSource
UnpooledDataSourceFactory
public UnpooledDataSourceFactory()
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interface DataSourceFactory
getDataSource
public DataSource getDataSource()
- Specified by:
getDataSource
in interface DataSourceFactory
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.