Great, thanks for clearing that up. :)
Type: Posts; User: chris_ds; Keyword(s):
Great, thanks for clearing that up. :)
I have a method which is marked with @Transactional and needs to save entities at several points.
I also have spring managed repositories created for them and now I am wondering if each save...
I need to get a UUID wich is valid across multiple vm's so my only conclusion was to retrieve a UUID from the neo4j db (or store and handle it there).
Is there an implementation I can rely on or...
Thanks for your quick replies. Is this about to be fixed in the upcoming Spring Data Neo4j release?
I have an issue importing the hello worlds sample project (aspectj version).
I get the following error message right on public class World:
The type...
I am using Spring Data Neo4j and find it quiet awesome. :)
But stumbling over the Tinkerpop stack I was wondering why the project is not using this kind of abstraction layer to deliver its...