Cons: - depending on the object mapper and the features, you may (or may not) have some slight overhead at runtime - the CQL query may be "hidden" from the developer, though some object mappers like Achilles has an option to display DML statements in the logs
Pros: - make your life easier by removing the burden of manual mapping On Thu, Oct 22, 2015 at 1:26 AM, Ashish Soni <asoni.le...@gmail.com> wrote: > Hi All , > > Please let me know if there are any disadvantages of using Object Mapping > instead of writing direct CQL queries. > > Ashish >