public interface DBReaderExtractor<K>
EmpireTemplate
's query methods.
Implementations of this interface perform the actual work of extracting
results from a DBReader
.
This class is the Empire equivalent of Spring's
ResultSetExtractor
.K process(DBReader reader)
reader
- to processCopyright © 2008–2017 Apache Software Foundation. All rights reserved.