Interface SqlResultEntityTypeMapper.PushingMapper<RS,R>
- Type Parameters:
RS- The row typeR- The result type
- Enclosing class:
SqlResultEntityTypeMapper<RS,R>
public static interface SqlResultEntityTypeMapper.PushingMapper<RS,R>
The pushing mapper helper interface.
-
Method Summary
Modifier and TypeMethodDescriptionThe result created by pushed rows.voidprocessRow(RS row) Process row.
-
Method Details
-
processRow
Process row.- Parameters:
row- The row
-
getResult
The result created by pushed rows.- Returns:
- the result
-