This is very much a Java Driver question so please try to use the java
driver mailing list (
https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user)
for this type of question instead of the general Cassandra mailing list in
the future.
That said, to answer you question, no,
Hi,
Does the latest Data Stax Java driver (2.1.5) support lightweight transactions
using object mapping? For example, if I set the write consistency level of the
mapped class to SERIAL through annotation, then does the “save” operation use
lightweight transaction instead of a normal write?
Tha