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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgetResult()The result created by pushed rows.voidprocessRow(RS row)Process row.
-