Class SingleDataSourceLookup

java.lang.Object
org.springframework.jdbc.datasource.lookup.SingleDataSourceLookup
All Implemented Interfaces:
DataSourceLookup

public class SingleDataSourceLookup extends Object implements DataSourceLookup
An implementation of the DataSourceLookup that simply wraps a single given DataSource, returned for any data source name.
Since:
2.0
Author:
Juergen Hoeller
  • Constructor Details

  • Method Details

    • getDataSource

      public DataSource getDataSource(String dataSourceName)
      Description copied from interface: DataSourceLookup
      Retrieve the DataSource identified by the given name.
      Specified by:
      getDataSource in interface DataSourceLookup
      Parameters:
      dataSourceName - the name of the DataSource
      Returns:
      the DataSource (never null)