Re: Apache Cayenne Support for NoSQL

2019-07-03 Thread Jurgen
July 1, 2019 3:10 PM To: user@cayenne.apache.org Subject: Re: Apache Cayenne Support for NoSQL Nothing specific off the top of my head, other than the Mongo-provided "Java Driver". Andrus

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Keena Grepo
Thanks Andrus and John. :) I'll try both of your suggestions. On 2019/07/01 13:41:17, Andrus Adamchik wrote: > Oh, you mean http://gorm.grails.org/, not https://gorm.io/ .. > > A bit of branding confusion there :) > > > On Jul 1, 2019, at 4:40 PM, Andrus Adamchik wrote: > > > > Isn't this

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Andrus Adamchik
Oh, you mean http://gorm.grails.org/, not https://gorm.io/ .. A bit of branding confusion there :) > On Jul 1, 2019, at 4:40 PM, Andrus Adamchik wrote: > > Isn't this for Golang, not Java? > >> On Jul 1, 2019, at 4:34 PM, John Ruggentaler >> wrote: >> >> See GORM for Mongo. >> >> On Mon,

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Andrus Adamchik
Isn't this for Golang, not Java? > On Jul 1, 2019, at 4:34 PM, John Ruggentaler > wrote: > > See GORM for Mongo. > > On Mon, Jul 1, 2019 at 4:57 AM Keena Grepo wrote: > >> Hi Andrus, >> >> Thanks for the information. >> Do you know any persistence framework that supports MongoDB? >> >> Kee

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread John Ruggentaler
See GORM for Mongo. On Mon, Jul 1, 2019 at 4:57 AM Keena Grepo wrote: > Hi Andrus, > > Thanks for the information. > Do you know any persistence framework that supports MongoDB? > > Keena > > On 2019/07/01 08:57:53, Andrus Adamchik wrote: > > Hi Keena,> > > > > You may be out of luck with Cayen

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Andrus Adamchik
Nothing specific off the top of my head, other than the Mongo-provided "Java Driver". Andrus [1] https://mongodb.github.io/mongo-java-driver/ > On Jul 1, 2019, at 12:56 PM, Keena Grepo wrote: > > Hi Andrus, > > Thanks for the information. > Do you know any persistence framework that supports

Apache Cayenne Support for NoSQL

2019-07-01 Thread Keena Grepo
Hi Andrus, Thanks for the information. Do you know any persistence framework that supports MongoDB? Keena On 2019/07/01 08:57:53, Andrus Adamchik wrote: > Hi Keena,> > > You may be out of luck with Cayenne and MongoDB. Cayenne's primary target are > relational data stores that have JDBC driver

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Keena Grepo
Hi Andrus, Thanks for the information. Do you know any persistence framework that supports MongoDB? Keena On 2019/07/01 08:57:53, Andrus Adamchik wrote: > Hi Keena,> > > You may be out of luck with Cayenne and MongoDB. Cayenne's primary target are > relational data stores that

Re: Apache Cayenne Support for NoSQL

2019-07-01 Thread Andrus Adamchik
Hi Keena, You may be out of luck with Cayenne and MongoDB. Cayenne's primary target are relational data stores that have JDBC drivers. Don't think Mongo satisfies either of these conditions. Andrus > On Jul 1, 2019, at 10:58 AM, Keena Grepo wrote: > > Hi, >Planning to use Ap

Apache Cayenne Support for NoSQL

2019-07-01 Thread Keena Grepo
Hi, Planning to use Apache Cayenne, Java Spring and MongoDB for the app development. Does apache cayenne supports NoSQL datastores? Thank you.