Interface SelectFromRowMapper<T>

All Superinterfaces:
org.springframework.jdbc.core.RowMapper<T>

public interface SelectFromRowMapper<T> extends org.springframework.jdbc.core.RowMapper<T>
A SelectFromRowMapper is pretty much the same as a RowMapper, except it knows what columns and tables to query (i.e. the 'SELECT' and 'FROM' clauses of the SQL), so the caller only needs to supply WHERE and ORDER BY SQL clauses
Author:
knoxg
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
     
     

    Methods inherited from interface org.springframework.jdbc.core.RowMapper

    mapRow