Class BeanfactoryDataSourceLookup

java.lang.Object
org.springframework.jdbc.datasource.lookup.BeanfactoryDataSourceLookup
All Implemented Interfaces:
Aware, BeanfactoryAware, DataSourceLookup

public class BeanfactoryDataSourceLookup extends Object implements DataSourceLookup, BeanfactoryAware
DataSourceLookup implementation based on a Spring Beanfactory.

Will lookup Spring managed beans identified by bean name, expecting them to be of type javax.sql.DataSource.

Since:
2.0
Author:
Costin Leau, Juergen Hoeller
See Also: