Class QueryList


  • public class QueryList
    extends java.lang.Object
    This class is used to wrap collection of Query objects
    See Also:
    Query
    Author:
    gonural
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Query> getList()  
      void setList​(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Query> list)  
      • Methods inherited from class java.lang.Object

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

      • QueryList

        public QueryList()
    • Method Detail

      • getList

        public java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Query> getList()
      • setList

        public void setList​(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.Query> list)