-
Type: Feature
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.18.0
-
Component/s: None
-
Labels:None
/** * 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);