-
Apr 19th, 2011, 01:04 PM
#1
Spring Data Graph - How to annotate Map relationships?
I have a NodeEntity that contains several Map properties. The K,V pair of the map are also both NodeEntities. My question is how do I specify this relationship?
-
Apr 20th, 2011, 02:27 AM
#2
Right now we don't have support for Maps of Node entities, how would you model those relationships in the graph ?
can your entity have relationships to both, does it rather have a relationship per map-entry ? or does it have relationhips to each key node which then relates to the value node?
Thanks
Michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules