Hi there,
are you talking about Spring Data Neo4j regarding the versions?
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L:
http://www.linkedin.com/in/neubauer
T: @peterneubauer
Neo4j 1.8 GA -
http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html
On Fri, Oct 19, 2012 at 12:43 PM, juriz <
jur...@googlemail.com> wrote:
> Hi,
>
> i need to make some relationships between a relational DB and Neo4j. So i
> was setting the ID of my Neo4j Domain Object equal to the ID
> of my relational entities.
> This solution worked fine with Neo4j 2.0.2 but I upgraded to version 2.1.0
> and now I am getting a NotFoundException when i am trying to save a new
> object. So I think this happens because the object already has an ID and neo
> tries to update the old one.
>
> So how would you solve that? I could create another property on my neo
> objects like "relationalID" and index it and how could I this object? still
> with findOne? I really need fast performance on that queries.
>
> Thanks.
>
> --
>
>