Hi Michael,
I am now running against another problem. While findById now finds the objects, it always returns objects of the base class type. Surprisingly, when I check the return type on the...
Type: Posts; User: ni-ka; Keyword(s):
Hi Michael,
I am now running against another problem. While findById now finds the objects, it always returns objects of the base class type. Surprisingly, when I check the return type on the...
I understand, this is why I asked first ;-)
BTW, I just added a diff to the issue with a test case. The derived query works when an index name is used on the index property, but fails if the...
Hi Michael,
I added another issue https://jira.springsource.org/browse/DATAGRAPH-146.
With your approval, I'd even like to raise https://jira.springsource.org/browse/DATAGRAPH-145 to priority...
I created the issue https://jira.springsource.org/browse/DATAGRAPH-145
Hi Michael,
Thanks for your reply! While I guess I understand why it does happen here (it doesnt find the start node on the index for videos), I am not sure this should be a configurable behavior....
Hi,
I'm using spring-data-neo4j in an object model with inheritance, with a base class Video, a subclass YoutubeVideo and a VideoRepository. The Video base class contains a field "id", which uses...
I posted this in the grails forum, this here might be the better place.
Hi,
I've started to evaluate Neo4j for a grails project of mine. However, I am struggeling to find the right starting...
Hi,
I've started to evaluate Neo4j for a grails project of mine. However, I am struggeling to find the right starting points (outdated neo4j plugin, spring data, grails-data-mapping?). I'd like to...