Class QueryList

java.lang.Object
org.eclipse.persistence.jpa.rs.util.list.QueryList

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

    • QueryList

      public QueryList()
  • Method Details

    • getList

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

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