Uses of Class
org.springframework.jdbc.core.JdbcTemplate

Packages that use JdbcTemplate
org.springframework.jdbc.core 
org.springframework.jdbc.core.support 
org.springframework.jdbc.object 

Uses of JdbcTemplate in org.springframework.jdbc.core
 

Methods in org.springframework.jdbc.core that return JdbcTemplate
JdbcTemplateJdbcHelper.getTemplate()
          
 

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

Methods in org.springframework.jdbc.core.support with parameters of type JdbcTemplate
voidJdbcBeanDefinitionReader.setJdbcTemplate(JdbcTemplate jdbcTemplate)
          Set the JdbcTemplate to be used by this bean factory.
final voidJdbcDaoSupport.setJdbcTemplate(JdbcTemplate jdbcTemplate)
          Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource.
 

Uses of JdbcTemplate in org.springframework.jdbc.object
 

Methods in org.springframework.jdbc.object with parameters of type JdbcTemplate
voidRdbmsOperation.setJdbcTemplate(JdbcTemplate jdbcTemplate)
          An alternative to the more commonly used setDataSource() when you want to use the same JdbcTemplate in multiple RdbmsOperations.