| Package | Description |
|---|---|
| org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
| Modifier and Type | Method and Description |
|---|---|
protected PreparedStatementCreator |
NamedParameterJdbcTemplate.getPreparedStatementCreator(String sql,
SqlParameterSource paramSource,
Consumer<PreparedStatementCreatorFactory> customizer)
Build a
PreparedStatementCreator based on the given SQL and named parameters. |