Uses of Class
org.springframework.jdbc.core.PreparedStatementCreatorFactory
Package
Description
JdbcTemplate variant with named parameter support.
-
Uses of PreparedStatementCreatorFactory in org.springframework.jdbc.core.namedparam
Modifier and TypeMethodDescriptionprotected PreparedStatementCreatorFactory
NamedParameterJdbcTemplate.getPreparedStatementCreatorFactory
(ParsedSql parsedSql, SqlParameterSource paramSource) Build aPreparedStatementCreatorFactory
based on the given SQL and named parameters.Modifier and TypeMethodDescriptionprotected PreparedStatementCreator
NamedParameterJdbcTemplate.getPreparedStatementCreator
(String sql, SqlParameterSource paramSource, Consumer<PreparedStatementCreatorFactory> customizer) Build aPreparedStatementCreator
based on the given SQL and named parameters.