Problem solved
Type: Posts; User: jlorentzen; Keyword(s):
Problem solved
I'm using the most recent snapshot of neo4j and am having some issues with a cypher query in with @Query.
Example:
@Query(value="START n = node:__types__(className='my.package.Model') MATCH...