Re: [Neo] NodeDelegate?

2007-12-17 Thread Johan Svensson
On 12/17/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > Hey Mattias, > > I don't seem to find any attachments in your email.. > > Cheers, > Viktor > > > On 12/17/07, Mattias Ask <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I have just recently started to check out Neo4j and I have a small > > ques

Re: [Neo] Node as property value?

2007-12-17 Thread Johan Svensson
Hi Mattias, You store the node id instead and use the NeoService.getNodeById method to get the "party node". I would say the way you have solved the problem with the property on the relationship is one correct way to do it. I have used that solution many times and it works fine but you may run in

Re: [Neo] NodeDelegate?

2007-12-17 Thread Viktor Klang
Hey Mattias, I don't seem to find any attachments in your email.. Cheers, Viktor On 12/17/07, Mattias Ask <[EMAIL PROTECTED]> wrote: > > Hi, > > I have just recently started to check out Neo4j and I have a small > question for the user group. I understand why NodeImpl is package private, > but