| org.springframework.jdbc.datasource.lookup.DataSourceLookup |
Known Indirect Subclasses
| |||||||||||||||||||
Strategy interface for looking up DataSources by name.
Used, for example, to resolve data source names in JPA
persistence.xml files.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the DataSource identified by the given name.
| |||||||||||
Retrieve the DataSource identified by the given name.
| dataSourceName | the name of the DataSource |
|---|
null)| DataSourceLookupFailureException | if the lookup failed |
|---|
