| Package | Description |
|---|---|
| org.springframework.jdbc.datasource.lookup |
Provides a strategy for looking up JDBC DataSources by name.
|
| org.springframework.orm.jpa.persistenceunit |
Internal support for managing JPA persistence units.
|
| Class and Description |
|---|
| AbstractRoutingDataSource
Abstract
DataSource implementation that routes AbstractRoutingDataSource.getConnection()
calls to one of various target DataSources based on a lookup key. |
| DataSourceLookup
Strategy interface for looking up DataSources by name.
|
| DataSourceLookupFailureException
Exception to be thrown by a DataSourceLookup implementation,
indicating that the specified DataSource could not be obtained.
|
| Class and Description |
|---|
| DataSourceLookup
Strategy interface for looking up DataSources by name.
|