Uses of Class
org.apache.ibatis.datasource.pooled.PooledDataSource
- 
Packages that use PooledDataSource Package Description org.apache.ibatis.datasource.pooled Simple single-thread pooled datasource. - 
- 
Uses of PooledDataSource in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled declared as PooledDataSource Modifier and Type Field Description protected PooledDataSourcePoolState. dataSourceConstructors in org.apache.ibatis.datasource.pooled with parameters of type PooledDataSource Constructor Description PoolState(PooledDataSource dataSource) 
 -