接口 ItemSqlParameterSourceProvider<T>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      org.springframework.jdbc.core.namedparam.SqlParameterSourcecreateSqlParameterSource​(T item)
      Provide parameter values in an SqlParameterSource based on values from the provided item.
    • 方法详细资料

      • createSqlParameterSource

        org.springframework.jdbc.core.namedparam.SqlParameterSource createSqlParameterSource​(T item)
        Provide parameter values in an SqlParameterSource based on values from the provided item.
        参数:
        item - the item to use for parameter values
        返回:
        parameters extracted from the item