Package com.randomnoun.common.spring
Interface SelectFromResultSetExtractor<T>
- All Superinterfaces:
org.springframework.jdbc.core.ResultSetExtractor<T>
public interface SelectFromResultSetExtractor<T>
extends org.springframework.jdbc.core.ResultSetExtractor<T>
A SelectFromResultSetExtractor is pretty much the same as a ResultSetExtractor, 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.ResultSetExtractor
extractData
-
Method Details
-
getCte
-
getSelect
-
getFrom
-