Glad to hear that. 

Depends on your use-case

If you don't need object graph mapping the java driver works well. 

Von meinem iPhone gesendet

> Am 15.07.2016 um 15:42 schrieb 'Martin Prinz' via Neo4j 
> <neo4j@googlegroups.com>:
> 
> Hi Michael,
> 
> I have create a solution now with Cypher and it works really well.
> We will plan a update on a newer version. Would you suggest the Java Driver 
> or a newer version of the Spring stuff?
> 
> Thanks
> Martin
> 
> Am Freitag, 15. Juli 2016 14:09:05 UTC+2 schrieb Michael Hunger:
>> 
>> It has a cache for nodes and rels but changes should be reflected in it. 
>> 
>> Do you have a test?
>> 
>> But I'd strongly suggest to move to a newer driver :)
>> 
>> Von meinem iPhone gesendet
>> 
>>> Am 15.07.2016 um 12:27 schrieb 'Martin Prinz' via Neo4j 
>>> <ne...@googlegroups.com>:
>>> 
>>> Hi all,
>>> 
>>> I am facing the problem that I get old data when calling the following:
>>> 
>>> RestGraphDatabase rgdb ...
>>> 
>>> ...
>>> 
>>>             try     {
>>>                     Relationship rel = rgdb.getRelationshipById(relID);
>>>                     
>>>                     for(int i = 0; i < properties.length;i++){
>>>                             value = rel.getProperty(properties[i]);
>>> 
>>> ...
>>> 
>>> I know that RestGraphDatabase is deprecated but do you have an idea if I 
>>> need to change the transaction handling? 
>>> Its happening when I am updating the values using RestGraphDatabase as well.
>>> 
>>> Thanks
>>> Martin
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Neo4j" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to neo4j+un...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to