| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| DataSourceLookup | Strategy interface for looking up DataSources by name. | 
| Class Summary | |
|---|---|
| AbstractRoutingDataSource | Abstract DataSourceimplementation that routesAbstractRoutingDataSource.getConnection()calls to one of various target DataSources based on a lookup key. | 
| BeanFactoryDataSourceLookup | DataSourceLookupimplementation based on a SpringBeanFactory. | 
| IsolationLevelDataSourceRouter | DataSource that routes to one of various target DataSources based on the current transaction isolation level. | 
| JndiDataSourceLookup | JNDI-based DataSourceLookupimplementation. | 
| MapDataSourceLookup | Simple DataSourceLookupimplementation that relies on a map for doing lookups. | 
| SingleDataSourceLookup | An implementation of the DataSourceLookup that simply wraps a single given DataSource, returned for any data source name. | 
| Exception Summary | |
|---|---|
| DataSourceLookupFailureException | Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained. | 
Provides a strategy for looking up JDBC DataSources by name.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||