View Full Version : Spring Data Graph - How to annotate Map relationships?
jzcfk9
Apr 19th, 2011, 01:04 PM
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?
MichaelHunger
Apr 20th, 2011, 02:27 AM
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
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.