I'm looking for easy-to-use graph DB + ORM solution. The requirements are:
setProperty
/getProperty
directly.I've already checked these:
Are there any other similar tools I need to check?
Spring Data Graph is the most actively developed, with a recently released version 1.1.0 and lots of work planned before SpringOne in October.
However, it does create a challenge for IDEs because of the AspectJ enhanced POJOs. Have a look at the documentation for some help getting that going.
Cheers, Andreas