| 类 | 说明 |
|---|---|
| AbstractDriverBasedDataSource |
Abstract base class for JDBC
DataSource implementations
that operate on a JDBC Driver. |
| DriverManagerDataSource |
Simple implementation of the standard JDBC
DataSource interface,
configuring the plain old JDBC DriverManager via bean properties, and
returning a new Connection from every getConnection call. |
| SimpleDriverDataSource |
Simple implementation of the standard JDBC
DataSource interface,
configuring a plain old JDBC Driver via bean properties, and
returning a new Connection from every getConnection call. |
| SingleConnectionDataSource |
Implementation of
SmartDataSource that wraps a single JDBC Connection
which is not closed after use. |
Copyright © 2021. All rights reserved.