Class RowBounds

java.lang.Object
org.apache.ibatis.session.RowBounds

public class RowBounds extends Object
  • Field Details

    • NO_ROW_OFFSET

      public static final int NO_ROW_OFFSET
      See Also:
    • NO_ROW_LIMIT

      public static final int NO_ROW_LIMIT
      See Also:
    • DEFAULT

      public static final RowBounds DEFAULT
    • offset

      private final int offset
    • limit

      private final int limit
  • Constructor Details

    • RowBounds

      public RowBounds()
    • RowBounds

      public RowBounds(int offset, int limit)
  • Method Details

    • getOffset

      public int getOffset()
    • getLimit

      public int getLimit()