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

Provides GORM-like dynamic methods for persisting Groovy objects into Cassandra (but does not implement the GORM API). It also adds a number of dynamic methods and arguments specific to typical Cassandra usage, like the ability to specify consistency level and manipulate counters. 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