|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedParameterJdbcOperations | |
---|---|
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 NamedParameterJdbcOperations in org.springframework.jdbc.core.namedparam |
---|
Classes in org.springframework.jdbc.core.namedparam that implement NamedParameterJdbcOperations | |
---|---|
class |
NamedParameterJdbcTemplate
Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' |
Uses of NamedParameterJdbcOperations in org.springframework.jdbc.core.simple |
---|
Methods in org.springframework.jdbc.core.simple that return NamedParameterJdbcOperations | |
---|---|
NamedParameterJdbcOperations |
SimpleJdbcTemplate.getNamedParameterJdbcOperations()
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods. |
NamedParameterJdbcOperations |
SimpleJdbcOperations.getNamedParameterJdbcOperations()
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less commonly used methods. |
Constructors in org.springframework.jdbc.core.simple with parameters of type NamedParameterJdbcOperations | |
---|---|
SimpleJdbcTemplate(NamedParameterJdbcOperations namedParameterJdbcTemplate)
Create a new SimpleJdbcTemplate for the given Spring NamedParameterJdbcTemplate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |