The Spring Framework

Uses of Class
org.springframework.jdbc.core.simple.SimpleJdbcTemplate

Packages that use SimpleJdbcTemplate
org.springframework.jdbc.core.simple Simplification layer over JdbcTemplate for Java 5 and above. 
org.springframework.test.annotation Support classes for annotation-driven tests. 
 

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

Methods in org.springframework.jdbc.core.simple that return SimpleJdbcTemplate
 SimpleJdbcTemplate SimpleJdbcDaoSupport.getSimpleJdbcTemplate()
          Return a SimpleJdbcTemplate wrapping the configured JdbcTemplate.
 

Uses of SimpleJdbcTemplate in org.springframework.test.annotation
 

Fields in org.springframework.test.annotation declared as SimpleJdbcTemplate
protected  SimpleJdbcTemplate AbstractAnnotationAwareTransactionalTests.simpleJdbcTemplate
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.