Could anyone help please.
I need to know How to impelement the update @Query with IN operator while using spring data cassandra?
Because I want to use something like this: @Query("UPDATE objects SET children = ?0 WHERE id IN (?...)")
Ofc if it's possible. Might be I should use native data stax template for this kind of query.
Thx in advance