The Spring Framework

Uses of Class
org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource

Packages that use AbstractRoutingDataSource
org.springframework.jdbc.datasource.lookup Provides a strategy for looking up JDBC DataSources by name. 
 

Uses of AbstractRoutingDataSource in org.springframework.jdbc.datasource.lookup
 

Subclasses of AbstractRoutingDataSource in org.springframework.jdbc.datasource.lookup
 class IsolationLevelDataSourceRouter
          DataSource that routes to one of various target DataSources based on the current transaction isolation level.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.