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