Interface SqlResultEntityTypeMapper.PushingMapper<RS,R>

Type Parameters:
RS - The row type
R - The result type
Enclosing class:
SqlResultEntityTypeMapper<RS,R>

public static interface SqlResultEntityTypeMapper.PushingMapper<RS,R>
The pushing mapper helper interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    The result created by pushed rows.
    void
    Process row.
  • Method Details

    • processRow

      void processRow(@NonNull RS row)
      Process row.
      Parameters:
      row - The row
    • getResult

      @Nullable R getResult()
      The result created by pushed rows.
      Returns:
      the result