datastax - Does the Cassandra Object Mapping API currently not support updates? -


I'm using with Cassandra 2.1. In the API it appears that UPDATE of one line is performed in these steps:

  1. Obtaining the object (Mapper.get)
  2. Save the object (Mapper. Save)

In the SELECT Insert < / Strong>. Will the existing CQL3.1 UPDATE statement support for the partial updates in the Cassandra object mapping API be done at a later stage? I want to save from the initial reading.

  1. You can get an accessor for an update coding

  2. Transparent save versus updates requires either proxy and field interceptor (complex impliment) to be used, or Due to this, actually concealing pre-saving anti-pattern

Using the accessers will give you everything to show the magic behind the mapping module. Be it

This topic has been discussed here:


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -