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.| Modifier and Type | Method and Description |
|---|---|
K |
process(DBReader reader)
Implementations must implement this method to process the entire
DBReader.
|
K process(DBReader reader)
reader - to processCopyright © 2008–2022 Apache Software Foundation. All rights reserved.