Class QueryParameters<T>

    • Field Detail

      • historyEnabled

        protected boolean historyEnabled
      • maxResultsLimitEnabled

        protected boolean maxResultsLimitEnabled
    • Constructor Detail

      • QueryParameters

        public QueryParameters()
      • QueryParameters

        public QueryParameters​(int firstResult,
                               int maxResults)
    • Method Detail

      • isHistoryEnabled

        public boolean isHistoryEnabled()
      • setHistoryEnabled

        public void setHistoryEnabled​(boolean historyEnabled)
      • isMaxResultsLimitEnabled

        public boolean isMaxResultsLimitEnabled()
      • disableMaxResultsLimit

        public void disableMaxResultsLimit()