| java.lang.Object | |||
| ↳ | org.springframework.jndi.JndiAccessor | ||
| ↳ | org.springframework.jndi.JndiLocatorSupport | ||
| ↳ | org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup | ||
JNDI-based DataSourceLookup implementation.
For specific JNDI configuration, it is recommended to configure the "jndiEnvironment"/"jndiTemplate" properties.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiLocatorSupport
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiAccessor
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the DataSource identified by the given name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jndi.JndiLocatorSupport
| |||||||||||
From class
org.springframework.jndi.JndiAccessor
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.jdbc.datasource.lookup.DataSourceLookup
| |||||||||||
Retrieve the DataSource identified by the given name.
| dataSourceName | the name of the DataSource |
|---|
null)