Interface PersistenceWeavedRest
-
- All Known Implementing Classes:
DynamicEntityImpl
public interface PersistenceWeavedRestUsed by JPA-RS to build links for relationships.- Author:
- tware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Link_persistence_getHref()ItemLinks_persistence_getLinks()java.util.List<RelationshipInfo>_persistence_getRelationships()void_persistence_setHref(Link href)void_persistence_setLinks(ItemLinks links)void_persistence_setRelationships(java.util.List<RelationshipInfo> relationships)
-
-
-
Method Detail
-
_persistence_getRelationships
java.util.List<RelationshipInfo> _persistence_getRelationships()
-
_persistence_setRelationships
void _persistence_setRelationships(java.util.List<RelationshipInfo> relationships)
-
_persistence_getHref
Link _persistence_getHref()
-
_persistence_setHref
void _persistence_setHref(Link href)
-
_persistence_getLinks
ItemLinks _persistence_getLinks()
-
_persistence_setLinks
void _persistence_setLinks(ItemLinks links)
-
-