Hi there, I'm using Spring Data Neo4j 3.0.0.M1, along with Neo4j 2.0.0-RC1. 
My issue is with converting my complex Entity to a flat node object using 
repositories. I certainly understand that I might want to model a bit 
differently for Neo4j - but was really hoping that SDN provided some kind 
of *onBeforeConvert* and *onAfterConvert* event listeners as the MongoDB 
Project does where you have the entity and the backing DBObject to act on. 
In the case for SDN this could be accomplished by passing the entity object 
and the backing Node object.  This is really helpful when flattening out 
and re-building a complex entity object that uses DDD principles like value 
objects.  Does anyone have any suggestions? I guess I could roll my own 
repos using the template. Thanks. M



-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to