public interface DBRecordCallbackHandler
EmpireTemplate for processing a DBRecordData or
rows of a DBReader on a per-row basis. DbRecordCallbackHandler object is
typically stateful: It keeps the result state within the object, to be
available for later inspection.
This class is the Empire equivalent of Spring's
RowCallbackHandler.| Modifier and Type | Method and Description |
|---|---|
void |
processRecord(DBRecordData record)
Implementations must implement this method to process a DBRecordData.
|
void processRecord(DBRecordData record)
record - Copyright © 2008–2020 Apache Software Foundation. All rights reserved.