Package | Description |
---|---|
org.springframework.jdbc.core.namedparam |
JdbcTemplate variant with named parameter support.
|
Modifier and Type | Method and Description |
---|---|
protected PreparedStatementCreatorFactory |
NamedParameterJdbcTemplate.getPreparedStatementCreatorFactory(ParsedSql parsedSql,
SqlParameterSource paramSource)
Build a
PreparedStatementCreatorFactory based on the given SQL and named parameters. |
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. |