Uses of Class
org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
Packages that use NamedParameterJdbcTemplate
Package
Description
JdbcTemplate variant with named parameter support.
-
Uses of NamedParameterJdbcTemplate in org.springframework.jdbc.core.namedparam
Methods in org.springframework.jdbc.core.namedparam that return NamedParameterJdbcTemplateModifier and TypeMethodDescriptionNamedParameterJdbcDaoSupport.getNamedParameterJdbcTemplate()Deprecated, for removal: This API element is subject to removal in a future version.Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.Constructors in org.springframework.jdbc.core.namedparam with parameters of type NamedParameterJdbcTemplateModifierConstructorDescriptionNamedParameterJdbcTemplate(NamedParameterJdbcTemplate original, JdbcTemplate classicJdbcTemplate) Copy constructor for a derived NamedParameterJdbcTemplate.