For those who are using playorm for cassandra, latest release (1.4.4) is available in maven repo now. It has following new features:
- Support for @NoSqlEmbedable for user defined entities. - In SJQL, Ability to - Delete rows(DELETE), - Delete a single column(DELETECOLUMN), - Query with IN attribute and - Also ORDER BY ..is now added - Astyanax version is upgraded to 1.56.18 - Storage type of *ToOne is changed to composite. - Command line tool now provides support for @NoSqlEmbedded and @NoSqlEmbedable - Added support for DateTime as index and also support for querying the JodaTimes -