JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
PooledDataSource
PoolState.
dataSource
Constructors in
org.apache.ibatis.datasource.pooled
with parameters of type
PooledDataSource
Modifier
Constructor
Description
PoolState
(
PooledDataSource
dataSource)