Class BeanIdList

    • Method Detail

      • add

        public void add​(Object id)
        Add an Id to the list.
      • isHasMore

        public boolean isHasMore()
        Return true if max rows was hit and there is more rows to fetch.
      • setHasMore

        public void setHasMore​(boolean hasMore)
        Set to true when max rows is hit and there are more rows to fetch.