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.unpooled.UnpooledDataSource
Packages that use
UnpooledDataSource
Package
Description
org.apache.ibatis.datasource.pooled
Simple single-thread pooled datasource.
Uses of
UnpooledDataSource
in
org.apache.ibatis.datasource.pooled
Constructors in
org.apache.ibatis.datasource.pooled
with parameters of type
UnpooledDataSource
Modifier
Constructor
Description
PooledDataSource
(
UnpooledDataSource
dataSource)