Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2202

SearchRepository should offer an unpaginated search method

    XMLWordPrintable

    Details

    • Type: Feature
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: 1.18.0
    • Component/s: None
    • Labels:
      None

      Description

      	/**
      	 * Performs a search with the given query-String.
      	 * 
      	 * @param queryString
      	 *            the JPQL-query
      	 * @param params
      	 *            the parameters to be applied to the {@link Query}, using {@link Query#setParameter(int, Object)}.
      	 * @return a {@link Page} containing the result
      	 * 
      	 */
      	List<T> search(String queryString, Object... params);

        Attachments

          Activity

            People

            • Assignee:
              mueller.matthias Matthias Müller
              Reporter:
              mueller.matthias Matthias Müller
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: