| Package | Description |
|---|---|
| org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertySqlParameterSource
SqlParameterSource implementation that obtains parameter values
from bean properties of a given JavaBean object. |
class |
MapSqlParameterSource
SqlParameterSource implementation that holds a given Map of parameters. |