Search code examples
neo4jspring-data-neo4jspring-data-graph

Spring data neo4j's advanced mapping vs simple mapping


I understand there are many advantages in using Spring data neo4j's advanced mapping rather than the simple mapping.

My question is what are the cons of using advanced mapping over the simple mapping?


Solution

  • I feel that there are almost no drawbacks of using the advanced mode. The only thing that's been bugging me, is the relatively poor IDE support of AspectJ. This was initially a hell to configure and get it right. Apart from that, our application is a lot faster with the advanced mapping mode so we never looked back.