Class Limit


  • public class Limit
    extends Object
    Paging limits
    • Field Detail

      • NONE

        public static final Limit NONE
        Singleton access for "no limit"
    • Constructor Detail

      • Limit

        public Limit()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • makeCopy

        public Limit makeCopy()
      • getFirstRow

        public Integer getFirstRow()
      • getFirstRowJpa

        public int getFirstRowJpa()
      • setFirstRow

        public void setFirstRow​(Integer firstRow)
      • getMaxRows

        public Integer getMaxRows()
      • getMaxRowsJpa

        public int getMaxRowsJpa()
      • setMaxRows

        public void setMaxRows​(int maxRows)
      • setMaxRows

        public void setMaxRows​(Integer maxRows)
      • isCompatible

        public boolean isCompatible​(Limit limit)