Uses of Class
org.apache.ibatis.datasource.pooled.PooledDataSource
Packages that use PooledDataSource
-
Uses of PooledDataSource in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled declared as PooledDataSourceModifier and TypeFieldDescriptionprivate final PooledDataSourcePooledConnection.dataSourceprotected PooledDataSourcePoolState.dataSourceConstructors in org.apache.ibatis.datasource.pooled with parameters of type PooledDataSourceModifierConstructorDescriptionPooledConnection(Connection connection, PooledDataSource dataSource) Constructor for SimplePooledConnection that uses the Connection and PooledDataSource passed in.PoolState(PooledDataSource dataSource)