Class PooledDataSource

java.lang.Object
org.apache.ibatis.datasource.pooled.PooledDataSource
All Implemented Interfaces:
Wrapper, CommonDataSource, DataSource

public class PooledDataSource extends Object implements DataSource
This is a simple, synchronous, thread-safe database connection pool.
Author:
Clinton Begin