Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.datasource.lookup Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
AbstractRoutingDataSourceAbstract DataSource implementation that routes getConnection()calls to one of various target DataSources based on a lookup key.Classorg.springframework.jdbc.datasource.lookupSpring MVC
BeanFactoryDataSourceLookupDataSourceLookup implementation based on a Spring BeanFactory.Classorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceLookupStrategy interface for looking up DataSources by name.Interfaceorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceLookupFailureExceptionException to be thrown by a DataSourceLookup implementation,indicating that the specified DataSource could not be obtained.Classorg.springframework.jdbc.datasource.lookupSpring MVC
IsolationLevelDataSourceRouterDataSource that routes to one of various target DataSources based on thecurrent transaction isolation level.Classorg.springframework.jdbc.datasource.lookupSpring MVC
JndiDataSourceLookupJNDI-based DataSourceLookup implementation.Classorg.springframework.jdbc.datasource.lookupSpring MVC
MapDataSourceLookupSimple DataSourceLookup implementation that relies on a map for doing lookups.Classorg.springframework.jdbc.datasource.lookupSpring MVC
SingleDataSourceLookupAn implementation of the DataSourceLookup that simply wraps asingle given DataSource, returned for any data source name.Classorg.springframework.jdbc.datasource.lookupSpring MVC