thurstonsand / scala-cass

a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.
MIT License
21 stars 10 forks source link

in the event of nested data types (eg, `map<uuid, set<uuid>>`), new v… #34

Closed thurstonsand closed 7 years ago

thurstonsand commented 7 years ago

…ersion of cassandra driver will barf if you use Class instances for extraction. Use TypeToken instead to fix it