Class SingleResultQueryResult

  • All Implemented Interfaces:
    SingleResultQuery

    public class SingleResultQueryResult
    extends java.lang.Object
    implements SingleResultQuery
    The result of single result query.
    Author:
    Dmitry Kornilov
    Since:
    EclipseLink 2.6.0.
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleResultQueryResult()
      Creates a new SingleResultQueryResult.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLink​(org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2 link)  
      java.util.List<JAXBElement> getFields()
      Gets a list fields.
      java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> getLinks()  
      void setFields​(java.util.List<JAXBElement> fields)
      Sets a list of fields.
      void setLinks​(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)  
      • Methods inherited from class java.lang.Object

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

      • SingleResultQueryResult

        public SingleResultQueryResult()
        Creates a new SingleResultQueryResult.
    • Method Detail

      • getLinks

        public java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> getLinks()
      • setLinks

        public void setLinks​(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)
      • addLink

        public void addLink​(org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2 link)