NOTE: If you need to map Strings instead then consider using the {@link RawRowMapper} with the{@link Dao#queryRaw(String,RawRowMapper,String)} method which allows you to iterate over the raw results asString[].
@param < T> Type that the mapRow returns. @author graywatson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|