Results 1 to 2 of 2

Thread: Spring Data Graph - How to annotate Map relationships?

  1. #1
    Join Date
    Jul 2010
    Posts
    139

    Default 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?

  2. #2
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    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
  •