org.apache.ibatis.datasource.pooled
Class PooledDataSourceFactory

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

public class PooledDataSourceFactory
extends UnpooledDataSourceFactory


Field Summary
 
Fields inherited from class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
dataSource
 
Constructor Summary
PooledDataSourceFactory()
           
 
Method Summary
 
Methods inherited from class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
getDataSource, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PooledDataSourceFactory

public PooledDataSourceFactory()


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.