Uses of Class
org.springframework.dao.support.DaoSupport

Packages that use DaoSupport
org.springframework.jca.cci.core.support Classes supporting the org.springframework.jca.cci.core package. 
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package. 
org.springframework.orm.hibernate3.support Classes supporting the org.springframework.orm.hibernate3 package. 
org.springframework.orm.ibatis.support Classes supporting the org.springframework.orm.ibatis package. 
org.springframework.orm.jdo.support Classes supporting the org.springframework.orm.jdo package. 
org.springframework.orm.ojb.support Classes supporting the org.springframework.orm.ojb package. 
org.springframework.orm.toplink.support Classes supporting the org.springframework.orm.toplink package. 
 

Uses of DaoSupport in org.springframework.jca.cci.core.support
 

Subclasses of DaoSupport in org.springframework.jca.cci.core.support
 class CciDaoSupport
          Convenient super class for CCI data access objects.
 

Uses of DaoSupport in org.springframework.jdbc.core.support
 

Subclasses of DaoSupport in org.springframework.jdbc.core.support
 class JdbcDaoSupport
          Convenient super class for JDBC data access objects.
 

Uses of DaoSupport in org.springframework.orm.hibernate3.support
 

Subclasses of DaoSupport in org.springframework.orm.hibernate3.support
 class HibernateDaoSupport
          Convenient super class for Hibernate-based data access objects.
 

Uses of DaoSupport in org.springframework.orm.ibatis.support
 

Subclasses of DaoSupport in org.springframework.orm.ibatis.support
 class SqlMapClientDaoSupport
          Convenient super class for iBATIS SqlMapClient data access objects.
 class SqlMapDaoSupport
          Convenient super class for iBATIS SqlMap data access objects.
 

Uses of DaoSupport in org.springframework.orm.jdo.support
 

Subclasses of DaoSupport in org.springframework.orm.jdo.support
 class JdoDaoSupport
          Convenient super class for JDO data access objects.
 

Uses of DaoSupport in org.springframework.orm.ojb.support
 

Subclasses of DaoSupport in org.springframework.orm.ojb.support
 class PersistenceBrokerDaoSupport
          Convenient super class for OJB PersistenceBroker data access objects.
 

Uses of DaoSupport in org.springframework.orm.toplink.support
 

Subclasses of DaoSupport in org.springframework.orm.toplink.support
 class TopLinkDaoSupport
          Convenient super class for TopLink data access objects.
 



Copyright (c) 2002-2007 The Spring Framework Project.