Package | Description |
---|---|
org.springframework.jdbc.datasource.lookup |
Provides a strategy for looking up JDBC DataSources by name.
|
Modifier and Type | Method and Description |
---|---|
javax.sql.DataSource |
MapDataSourceLookup.getDataSource(java.lang.String dataSourceName) |
javax.sql.DataSource |
BeanFactoryDataSourceLookup.getDataSource(java.lang.String dataSourceName) |
javax.sql.DataSource |
DataSourceLookup.getDataSource(java.lang.String dataSourceName)
Retrieve the DataSource identified by the given name.
|
javax.sql.DataSource |
JndiDataSourceLookup.getDataSource(java.lang.String dataSourceName) |