Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 569 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 569 Bytes

The Cassandra ORM Plugin provides GORM-like dynamic methods for persisting Groovy objects into Cassandra. The plugin does not implement the GORM API but generally follows the same syntax. It also includes additional methods and options that are specifically suited to Cassandra. In addition to the dynamic persistence methods, the plugin extends java.util.UUID with methods to generate and use TimeUUIDs, which often server as primary keys in Cassandra.

See the user guide for more documentation.