org.apache.ibatis.datasource.unpooled
Class UnpooledDataSourceFactory

java.lang.Object
  extended by org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
All Implemented Interfaces:
DataSourceFactory
Direct Known Subclasses:
PooledDataSourceFactory

public class UnpooledDataSourceFactory
extends Object
implements DataSourceFactory


Field Summary
protected  DataSource dataSource
           
 
Constructor Summary
UnpooledDataSourceFactory()
           
 
Method Summary
 DataSource getDataSource()
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSource

protected DataSource dataSource
Constructor Detail

UnpooledDataSourceFactory

public UnpooledDataSourceFactory()
Method Detail

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.