Re: [Neo4j] Cypher DSL and result mapping

2011-11-04 Thread Daniel Yokomizo
On Nov 4, 2011 7:45 AM, "Rickard Öberg" wrote: > > On 11/4/11 17:29 , Daniel Yokomizo wrote: > >> What are the projection methods that you would like to see? What are > >> common usecases? > > > > Supporting @java.beans.ConstructorProperties is ni

Re: [Neo4j] Cypher DSL and result mapping

2011-11-04 Thread Daniel Yokomizo
On Nov 4, 2011 3:11 AM, "Rickard Öberg" wrote: > > Hi, > > I've briefly started to look at how to map Cypher query results into > DTO's. I'm using the QueryDSL helper classes to do it, but instead of > putting the projection methods into the query object (as QueryDSL does > it), I have a separate