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:
- Obtaining the object (Mapper.get)
- 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.
-
You can get an
accessor for an update coding
-
Transparent
save
versusupdates
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
Post a Comment