I\'m using the datastax driver for java:
@Dao public interface MyDao { @Insert CompletableFuture save(MyEntity entity); ... } pub