Interface IterationCallback<TARGET,RESULT>

Type Parameters:
TARGET - the mapping target type
RESULT - the result type
All Known Implementing Classes:
OptionalSingleResultCallback, ResultListCallback, SingleResultCallback

public interface IterationCallback<TARGET,RESULT>
A callback that is invoked from a ResultSet iteration process.

The implementation class is not required to be thread safe.