Hey guys,
I want to work with cassandra entities (based on annotation).
For that it exists a mapping manager, which is able to build a mapper for a annotated type:
com.datastax.driver.mapping.Mapper.
This mapper can be used to create statements directly. You don’t get a prepared statement.
If I look at the CassandraFlow API in Alpakka, then I don’t find any method which supports statements.
Is it possible to work with the mapper?
If not, it is planned?
Thank you and best
Sigurd