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 TypeMethodDescription@Nullable RThe result created by pushed rows.voidprocessRow(RS row) Process row.
-
Method Details
-
processRow
-
getResult
-