The Spring Framework

Uses of Class
org.springframework.jdbc.core.support.JdbcDaoSupport

Packages that use JdbcDaoSupport
org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support. 
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
 

Uses of JdbcDaoSupport in org.springframework.jdbc.core.namedparam
 

Subclasses of JdbcDaoSupport in org.springframework.jdbc.core.namedparam
 class NamedParameterJdbcDaoSupport
          Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
 

Uses of JdbcDaoSupport in org.springframework.jdbc.core.simple
 

Subclasses of JdbcDaoSupport in org.springframework.jdbc.core.simple
 class SimpleJdbcDaoSupport
          Extension of JdbcDaoSupport that exposes a SimpleJdbcTemplate as well.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.