|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcTemplate | |
org.springframework.jdbc.core.support | Classes supporting the org.springframework.jdbc.core package. |
org.springframework.jdbc.object | The classes in this package represent RDBMS queries, updates, and stored procedures as threadsafe, reusable objects. |
Uses of JdbcTemplate in org.springframework.jdbc.core.support |
Methods in org.springframework.jdbc.core.support that return JdbcTemplate | |
protected JdbcTemplate |
JdbcDaoSupport.getJdbcTemplate()
Return the JdbcTemplate for this DAO, pre-initialized with the DataSource or set explicitly. |
Methods in org.springframework.jdbc.core.support with parameters of type JdbcTemplate | |
void |
JdbcDaoSupport.setJdbcTemplate(JdbcTemplate jdbcTemplate)
Set the JdbcTemplate for this DAO explicitly, as an alternative to specifying a DataSource. |
void |
JdbcBeanDefinitionReader.setJdbcTemplate(JdbcTemplate jdbcTemplate)
Set the JdbcTemplate to be used by this bean factory. |
Uses of JdbcTemplate in org.springframework.jdbc.object |
Methods in org.springframework.jdbc.object that return JdbcTemplate | |
protected JdbcTemplate |
RdbmsOperation.getJdbcTemplate()
Return the JdbcTemplate object used by this 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. |
Constructors in org.springframework.jdbc.object with parameters of type JdbcTemplate | |
StoredProcedure(JdbcTemplate jdbcTemplate,
java.lang.String name)
Create a new object wrapper for a stored procedure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |