Class | Description |
---|---|
LinkAdapter |
Used with JAXB to convert from a URL representing an relationship to an object
It provides functionality at marshall and unmarshall time
At marshall time, the target of a relationship will be marshalled as a URL that could be
used to find the object through a REST service
At unmarsall time, the URL will be deconstructed and used to find the object in JPA.
|
ReferenceAdapter<T extends org.eclipse.persistence.internal.weaving.PersistenceWeavedRest> | |
ReferenceAdapterV2<T extends org.eclipse.persistence.internal.weaving.PersistenceWeavedRest> |
Reference adapter used in JPARS V2.
|
RelationshipLinkAdapter | |
RestCollectionAdapter<T extends org.eclipse.persistence.internal.weaving.PersistenceWeavedRest> |
Collections adapter used in JPARS V2.
|