Re: [DISCUSS] How would Repository work for non-JPA data stores?

2015-12-07 Thread Romain Manni-Bucau
Hi John, think I brought it up some years ago and we just decided to not support it there (ie it would be another API - which is what does spring actually). In one word: 2nd '-'. In term of impl I think it makes sense since you will just redefine a layer which doesnt make sense between us and the

[DISCUSS] How would Repository work for non-JPA data stores?

2015-12-07 Thread John D. Ament
All, I have a question I'd like to raise to the broader group to get opinions. Currently, if you compare features, one way that Spring Data beats us is that their data module can support different types of data stores (Mongo, Redis, Neo4j etc). Currently we only have a JPA provider. I was