Class RowBounds

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

public class RowBounds extends Object
Author:
Clinton Begin
  • Field Details

  • Constructor Details

    • RowBounds

      public RowBounds()
    • RowBounds

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

    • getOffset

      public int getOffset()
    • getLimit

      public int getLimit()