Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedParameterJdbcTemplate
Template class with a basic set of JDBC operations, allowing the use
of named parameters rather than traditional '?' placeholders.
|
Modifier and Type | Method and Description |
---|---|
NamedParameterJdbcOperations |
SimpleJdbcTemplate.getNamedParameterJdbcOperations()
Deprecated.
Expose the Spring NamedParameterJdbcTemplate to allow invocation of
less commonly used methods.
|
NamedParameterJdbcOperations |
SimpleJdbcOperations.getNamedParameterJdbcOperations()
Deprecated.
Expose the Spring NamedParameterJdbcTemplate to allow invocation of less
commonly used methods.
|
Constructor and Description |
---|
SimpleJdbcTemplate(NamedParameterJdbcOperations namedParameterJdbcTemplate)
Deprecated.
Create a new SimpleJdbcTemplate for the given Spring NamedParameterJdbcTemplate.
|
Copyright © 2015. All rights reserved.