|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.springframework.jdbc.datasource.lookup | |
---|---|
org.springframework.jdbc.datasource.lookup | Provides a strategy for looking up JDBC DataSources by name. |
org.springframework.orm.jpa.persistenceunit | Internal support for managing JPA persistence units. |
Classes in org.springframework.jdbc.datasource.lookup used by org.springframework.jdbc.datasource.lookup | |
---|---|
AbstractRoutingDataSource
Abstract DataSource implementation that routes AbstractRoutingDataSource.getConnection() calls
to one of various target DataSources based on a lookup key. |
|
DataSourceLookup
Strategy interface for looking up DataSources by name. |
|
DataSourceLookupFailureException
Exception to be thrown by a DataSourceLookup implementation, indicating that the specified DataSource could not be obtained. |
Classes in org.springframework.jdbc.datasource.lookup used by org.springframework.orm.jpa.persistenceunit | |
---|---|
DataSourceLookup
Strategy interface for looking up DataSources by name. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |