Jess Sightler created FORGE-1938:
------------------------------------
Summary: Add the ability to store a Map association in the Graph
Key: FORGE-1938
URL:
https://issues.jboss.org/browse/FORGE-1938
Project: Forge
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Jess Sightler
This should support an annotation like this:
@AdjacentMap(label = "mymap", mapKeyField = "mymap_key")
public void setMap(Map<String, WindupVertexFrame> map);
public Map<String, WindupVertexFrame> getMap();
Setting the map would replace all current values in the map with the new values. getMap
would return a read-only representation of the map.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)