Class RowBounds


  • public class RowBounds
    extends java.lang.Object
    • Field Detail

      • DEFAULT

        public static final RowBounds DEFAULT
      • offset

        private final int offset
      • limit

        private final int limit
    • Constructor Detail

      • RowBounds

        public RowBounds()
      • RowBounds

        public RowBounds​(int offset,
                         int limit)
    • Method Detail

      • getOffset

        public int getOffset()
      • getLimit

        public int getLimit()