Michael, quick question ...
Where do you suggest I keep the Neo4jTemplate object. I cannot pass it in the object constructor to a transient private variable since we need a no-arg constructor, and passing it to a getter kind of leaks the db abstraction through my API. Any suggestion ?


Reply With Quote
