|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.jdbc.core.namedparam | |
|---|---|
| org.springframework.jdbc.core.namedparam | JdbcTemplate variant with named parameter support. |
| Classes in org.springframework.jdbc.core.namedparam used by org.springframework.jdbc.core.namedparam | |
|---|---|
| AbstractSqlParameterSource
Abstract base class for SqlParameterSource implementations. |
|
MapSqlParameterSource
SqlParameterSource implementation that holds a given Map of parameters. |
|
| NamedParameterJdbcOperations
Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' |
|
| NamedParameterJdbcTemplate
This class provides basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' |
|
| SqlParameterSource
Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations. |
|
|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||