Class NamedParameterJdbcDaoSupport

All Implemented Interfaces:
InitializingBean

@Deprecated(since="7.0", forRemoval=true) public class NamedParameterJdbcDaoSupport extends JdbcDaoSupport
Deprecated, for removal: This API element is subject to removal in a future version.
as of 7.0, in favor of direct injection of NamedParameterJdbcTemplate or JdbcClient
Extension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.
Since:
2.0
Author:
Thomas Risberg, Juergen Hoeller
See Also:
  • Constructor Details

    • NamedParameterJdbcDaoSupport

      public NamedParameterJdbcDaoSupport()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • initTemplateConfig

      protected void initTemplateConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a NamedParameterJdbcTemplate based on the configured JdbcTemplate.
      Overrides:
      initTemplateConfig in class JdbcDaoSupport
      See Also:
    • getNamedParameterJdbcTemplate

      public @Nullable NamedParameterJdbcTemplate getNamedParameterJdbcTemplate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return a NamedParameterJdbcTemplate wrapping the configured JdbcTemplate.