| 接口 | 说明 |
|---|---|
| DataSourceRegistryAware | |
| NamedDataSource | |
| SmartDataSource |
Extension of the
javax.sql.DataSource interface, to be
implemented by special DataSources that return JDBC Connections
in an unwrapped fashion. |
| 类 | 说明 |
|---|---|
| AbstractDataSource | |
| DataSourceRegistry | |
| DataSources | |
| DelegatingNamedDataSource | |
| SimpleDynamicDataSourceInvocationHandler |
apache-dbutil, spring-jdbc 等这类简单的工具,可以用这种方式来处理多数据源,甚至可以不用,完全自己来管理就行。
|
Copyright © 2020. All rights reserved.