Package com.randomnoun.common.spring
Interface SelectFromRowMapper<T>
- All Superinterfaces:
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
Methods inherited from interface org.springframework.jdbc.core.RowMapper
mapRow
-
Method Details
-
getCte
-
getSelect
-
getFrom
-