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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -