Recent versions of the Datastax Java Driver include an object mapping API that might work for you: http://docs.datastax.com/en/latest-java-driver/java-driver/reference/objectMappingApi.html
Jim On Wed, Feb 10, 2016 at 4:29 AM, Nirmallya Mukherjee <nirmall...@yahoo.com> wrote: > I have heard of that but I like to reduce layers & components in my > architecture. If my DAO can directly use the C* driver then I believe I am > better of. I am sure you already know there are many benefits of the driver > - auto discovery, seamless failover, retry, various balancing policies etc > etc. > > No doubts technically both are possible but as I mentioned before I prefer > to have a slim DAO. > > Thanks, > Nirmallya > > > On Wednesday, 10 February 2016 2:41 PM, Karthik Prasad Manchala < > karthikp.manch...@impetus.co.in> wrote: > > > Hi Nirmallya, > > You can try using Kundera (https://github.com/impetus-opensource/Kundera), > a JPA 2.1 compliant Object-Datastore Mapping Library for major NoSql > datastores. It also supports Polyglot persistence out-of-the-box. > > Quick start -> > https://github.com/impetus-opensource/Kundera/wiki/Getting-Started-in-5-minutes > > Thanks and regards, > Karthik. > ------------------------------ > *From:* Nirmallya Mukherjee <nirmall...@yahoo.com> > *Sent:* 10 February 2016 12:47 > *To:* user@cassandra.apache.org > *Subject:* Re: best ORM for cassandra > > You are probably better off using the driver as you do not need an ORM. > Cassandra is not a relational DB. You can find the documentation here > http://docs.datastax.com/en/developer/driver-matrix/doc/common/driverMatrix.html. > Pick the version that is applicable to your project. > > Thanks, > Nirmallya > > > On Wednesday, 10 February 2016 12:31 PM, Raman Gugnani < > raman.gugn...@snapdeal.com> wrote: > > > Hi > > I am new to cassandra. > > I am developing an application with cassandra. > Which is the best ORM for cassandra? > > -- > Thanks & Regards > > Raman Gugnani > *Senior Software Engineer | CaMS* > M: +91 8588892293 | T: 0124-6600000 | EXT: 14255 > ASF Centre A | 2nd Floor | CA-2130 | Udyog Vihar Phase IV | > Gurgaon | Haryana | India > > *Disclaimer:* This communication is for the sole use of the addressee and > is confidential and privileged information. If you are not the intended > recipient of this communication, you are prohibited from disclosing it and > are required to delete it forthwith. Please note that the contents of this > communication do not necessarily represent the views of Jasper Infotech > Private Limited ("Company"). E-mail transmission cannot be guaranteed to be > secure or error-free as information could be intercepted, corrupted, lost, > destroyed, arrive late or incomplete, or contain viruses. The Company, > therefore, does not accept liability for any loss caused due to this > communication. *Jasper Infotech Private Limited, Registered Office: 1st > Floor, Plot 238, Okhla Industrial Estate, New Delhi - 110020 INDIA CIN: > U72300DL2007PTC168097* > > > > ------------------------------ > > > > > > > NOTE: This message may contain information that is confidential, > proprietary, privileged or otherwise protected by law. The message is > intended solely for the named addressee. If received in error, please > destroy and notify the sender. Any use of this email is prohibited when > received in error. Impetus does not represent, warrant and/or guarantee, > that the integrity of this communication has been maintained nor that the > communication is free of errors, virus, interception or interference. > > >