Class QueryUtil


  • public class QueryUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Query<?,​?>,​U>
      java.util.List<U>
      list​(Query<T,​U> query, java.lang.Integer firstResult, java.lang.Integer maxResults)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • list

        public static <T extends Query<?,​?>,​U> java.util.List<U> list​(Query<T,​U> query,
                                                                                  java.lang.Integer firstResult,
                                                                                  java.lang.Integer maxResults)