Sorry I can't understand what you mean with your first point about NeoProxy.
In regard to spring-data-graph. We started with the aspect on fields, it is certainly possible to add the same approach to methods like getters or query methods and setters when they are annotated in an abstract base class or interface. I'll check with the aspectj guys what needs to be done to create then concrete subclasses. Instances of those will then be returned from our framework. Michael Am 19.01.2011 um 17:47 schrieb 向雅: > Hi team! Greate working! I enjoying neo4j:) > Sorroy first, :) the bad man with the bad english.:) to the list, I > owe two messages but i writed "my own":) > pay the 2rd item, hint:) the 1st item is ON, seems it need more time, so > next:) > > NeoProxy class and other style of proxy. > BTW peter, those years, I didn't use spring through. > > 1, wrap the real Node object, not the Neo Proxy self. > because Neo Proxy just a wrapper in nature, no more complicate logic. > IMV, not necessary to wrap the wrapper. > If createNode extends some spi or factory callback, the client > provide the spi or factory callback, get some more clean code? > 2, > I browsed the spring-data-neo4j. GraphProperty annotation, it marked for > Field. > In my view, maybe need extension for Method in interface case. > I did a work, a pure data model, no logic, so it's just a readonly > interface definition. so a cglib intercepter do all works. > > > 致敬 > 向雅 > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

