javacassandra-2.0cassandra-jdbcnosql

Cassandra Acessor annotated interface for insert statement


I am developing full fledged application having cassandra 2.1 as back-end and writing API with latest driver. Especially wanted to use Accessor annotated interface for almost all CRUD operations. But, as per the doc only select and update works with JDBI like interface model which is provided by cassandra 2.1.3 driver. Would like to know if INSERT and delete works. Any help much appreaciated


Solution

  • Finally found couple of ways to execute insert statements