Class SingleResultQueryList

  • All Implemented Interfaces:
    SingleResultQuery

    public class SingleResultQueryList
    extends java.lang.Object
    implements SingleResultQuery
    This class is used to wrap collection of attributes returned by the single-result JPA report query.
    Author:
    gonural
    Since:
    EclipseLink 2.6.0.
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleResultQueryList()
      Instantiates a new query result list item.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<JAXBElement> getFields()
      Gets the fields.
      void setFields​(java.util.List<JAXBElement> fields)
      Sets the fields.
      • Methods inherited from class java.lang.Object

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

      • SingleResultQueryList

        public SingleResultQueryList()
        Instantiates a new query result list item.