Uses of Class
org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider

Packages that use LocalDataSourceConnectionProvider
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 with Spring concepts. 
 

Uses of LocalDataSourceConnectionProvider in org.springframework.orm.hibernate3
 

Subclasses of LocalDataSourceConnectionProvider in org.springframework.orm.hibernate3
 class LocalJtaDataSourceConnectionProvider
          Subclass of LocalDataSourceConnectionProvider that will be used if LocalSessionFactoryBean's "dataSource" property is set in combination with a Hibernate TransactionManagerLookup.
 class TransactionAwareDataSourceConnectionProvider
          Subclass of LocalDataSourceConnectionProvider that returns a transaction-aware proxy for the exposed DataSource.
 



Copyright © 2002-2008 The Spring Framework.