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 Detail

      • processRow

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

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