Interface CollectionProxy


public interface CollectionProxy
JPARS 2.0 collection proxy interface. Implemented by all REST collection proxies.
Author:
Dmitry Kornilov
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2>
     
    void
    setLinks(List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)
     
  • Method Details

    • getLinks

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

      void setLinks(List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)