Uses of Class
org.springframework.dao.support.DaoSupport
Packages that use DaoSupport Package Description org.springframework.jca.cci.core.support Classes supporting theorg.springframework.jca.cci.corepackage.org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support.org.springframework.jdbc.core.support Classes supporting theorg.springframework.jdbc.corepackage.org.springframework.orm.hibernate5.support Classes supporting theorg.springframework.orm.hibernate5package.Uses of DaoSupport in org.springframework.jca.cci.core.support
Subclasses of DaoSupport in org.springframework.jca.cci.core.support Modifier and Type Class Description classCciDaoSupportConvenient super class for CCI-based data access objects.Uses of DaoSupport in org.springframework.jdbc.core.namedparam
Subclasses of DaoSupport in org.springframework.jdbc.core.namedparam Modifier and Type Class Description classNamedParameterJdbcDaoSupportExtension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.Uses of DaoSupport in org.springframework.jdbc.core.support
Subclasses of DaoSupport in org.springframework.jdbc.core.support Modifier and Type Class Description classJdbcDaoSupportConvenient super class for JDBC-based data access objects.Uses of DaoSupport in org.springframework.orm.hibernate5.support
Subclasses of DaoSupport in org.springframework.orm.hibernate5.support Modifier and Type Class Description classHibernateDaoSupportConvenient super class for Hibernate-based data access objects.