The Spring Framework

Package org.springframework.jdbc.datasource.lookup

Provides a strategy for looking up JDBC DataSources by name.

See:
          Description

Interface Summary
DataSourceLookup Strategy interface for looking up DataSources by name.
 

Class Summary
BeanFactoryDataSourceLookup DataSourceLookup implementation based on a Spring BeanFactory.
JndiDataSourceLookup JNDI-based DataSourceLookup implementation.
MapDataSourceLookup Simple DataSourceLookup implementation 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.
 

Package org.springframework.jdbc.datasource.lookup Description

Provides a strategy for looking up JDBC DataSources by name.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.