Hey Spring Data community!
I'm facing a problem using a very simples Cypher query and a model interface as the result (@MapResult).
My query is very simple, I just return one value (I've tried...
Type: Posts; User: daniel.rochetti; Keyword(s):
Hey Spring Data community!
I'm facing a problem using a very simples Cypher query and a model interface as the result (@MapResult).
My query is very simple, I just return one value (I've tried...
I just find what I consider a bug on the Cross store support of spring-data-neo4j.
I've noticed different behaviors on class...
Dear Michael,
Thank you for your response. I got the problem, indeed there are a lot of things to consider. I'm new to spring-data-neo4j yet, but I'm progressing and I hope I can give more...
Despite tunning your Serializer in order to correctly Serialize NodeEntity, wouldn't be better if spring-data-neo4j provide a non-intrusive solution for this? In my opinion, any field introduced by...
Dear Michael,
Thank you very much for your reply. Your post make me think again and I decided to take a step back (I should've done this since the decision of using neo4j, sorry about that) and...
Hey people!
I'm having a curious problem when trying to configure the spring-data-neo4j with the cross-store support enabled. Everything is fine, except when I add the entityManagerFactory...
I've came up with a working solution. But is not generic for any bean that does not exists yet, you gotta be careful about to generic solutions like that because they might cause some unexpected...
Hey Don, thank you very much for your reply.
However I'm looking for something automatic. It doesn't need to be simple because the functionality I've described will be encapsulated on a framework....
Hi!
I'm trying to do some "dynamic" injection using Spring. What the heck I mean by dynamic? I have a base abstract Dao class that has a generic type (which means the Model) nad has all basic (and...