Interface CollectionProxy
-
public interface CollectionProxy
JPARS 2.0 collection proxy interface. Implemented by all REST collection proxies.- Author:
- Dmitry Kornilov
- Since:
- EclipseLink 2.6.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2>
getLinks()
void
setLinks(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)
-