| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
JdbcTemplate | JdbcHelper.getTemplate() |
| Uses of JdbcTemplate in org.springframework.jdbc.core.support |
| Methods in org.springframework.jdbc.core.support with parameters of type JdbcTemplate | |
void | JdbcBeanDefinitionReader.setJdbcTemplate(JdbcTemplate jdbcTemplate)Set the JdbcTemplate to be used by this bean factory. |
final void | JdbcDaoSupport.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 | |
void | RdbmsOperation.setJdbcTemplate(JdbcTemplate jdbcTemplate)An alternative to the more commonly used setDataSource() when you want to use the same JdbcTemplate in multiple RdbmsOperations. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||