[Neo4j] Multiple Neo4j databases

2011-07-04 Thread Norbert Tausch
Hi, are the 'equals' methods of the classes Node and Relationship capable of handling multiple Neo4j databases? This means, can I compare two nodes of different databases having the same node id and get a 'false' as result? Is the database link of a node considered in this case? -- Best regards

Re: [Neo4j] Multiple Neo4j databases

2011-07-04 Thread Mattias Persson
Node/Relationship equals() and hashCode() is based on id so it will return true even for instances from different database instances. 2011/7/4 Norbert Tausch ntausc...@gmail.com Hi, are the 'equals' methods of the classes Node and Relationship capable of handling multiple Neo4j databases?