I am using kundera-cassandra V3.2 and want to update an entity with the method merge.
this.getManager().merge(entity); // this.getManager is a javax.persistence.EntityManager
Is there a possibility to use a lightweight transaction (IF clause) when calling this method or do I have to create a update query manually?