• Table of contents
    1Cassandra ORM Plugin
    2Key Concepts
    3Demo Data Model
  • Quick Reference

\ Provides GORM-like dynamic methods for persisting Groovy objects into Cassandra (does not implement the GORM API). Must me used in concert with the cassandra-astyanax plugin.

(Quick Reference)
Quick Reference (hide)

Cassandra Domain Classes

belongsTo
cassandraClient
cassandraMapping
hasMany
transients

Class Methods

countBy
countWhere
findAllBy
findAllWhere
findBy
findWhere
get
getAll
list

Counter Class Methods

getCountTotal
getCounts
getCountsBy
getCountsGroupBy

Instance Methods

Has Many Properties
delete
ident
insert
save
traverseRelationships