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 private PooledDataSource
PooledConnection. dataSource
protected PooledDataSource
PoolState. dataSource
Constructors in org.apache.ibatis.datasource.pooled with parameters of type PooledDataSource Constructor Description PooledConnection(java.sql.Connection connection, PooledDataSource dataSource)
Constructor for SimplePooledConnection that uses the Connection and PooledDataSource passed in.PoolState(PooledDataSource dataSource)
-