|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbcOperations | |
---|---|
org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. |
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 JdbcOperations in org.springframework.jdbc.core |
---|
Classes in org.springframework.jdbc.core that implement JdbcOperations | |
---|---|
class |
JdbcTemplate
This is the central class in the JDBC core package. |
Uses of JdbcOperations in org.springframework.jdbc.core.namedparam |
---|
Methods in org.springframework.jdbc.core.namedparam that return JdbcOperations | |
---|---|
JdbcOperations |
NamedParameterJdbcTemplate.getJdbcOperations()
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods. |
JdbcOperations |
NamedParameterJdbcOperations.getJdbcOperations()
Expose the classic Spring JdbcTemplate to allow invocation of classic JDBC operations. |
Constructors in org.springframework.jdbc.core.namedparam with parameters of type JdbcOperations | |
---|---|
NamedParameterJdbcTemplate(JdbcOperations classicJdbcTemplate)
Create a new NamedParameterJdbcTemplate for the given classic Spring JdbcTemplate . |
Uses of JdbcOperations in org.springframework.jdbc.core.simple |
---|
Methods in org.springframework.jdbc.core.simple that return JdbcOperations | |
---|---|
JdbcOperations |
SimpleJdbcTemplate.getJdbcOperations()
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods. |
JdbcOperations |
SimpleJdbcOperations.getJdbcOperations()
Expose the classic Spring JdbcTemplate to allow invocation of less commonly used methods. |
Constructors in org.springframework.jdbc.core.simple with parameters of type JdbcOperations | |
---|---|
SimpleJdbcTemplate(JdbcOperations classicJdbcTemplate)
Create a new SimpleJdbcTemplate for the given classic Spring JdbcTemplate. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |