You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful to add a method .addStatement(@NonNull BatchableStatement<?> statement) in CassandraBatchTemplate class where it would pass the statement into private field BatchStatementBuilder batch.
Because now there's no way to mix "user created statement" with "custom queries with entity save" operations using batch operations.
The text was updated successfully, but these errors were encountered:
mp911de
changed the title
Ability to add BatchableStatement into CassandraBatchTemplate
Accept BatchableStatement in CassandraBatchOperationsJul 24, 2024
It's useful to add a method
.addStatement(@NonNull BatchableStatement<?> statement)
inCassandraBatchTemplate
class where it would pass the statement into private fieldBatchStatementBuilder batch
.Because now there's no way to mix "user created statement" with "custom queries with entity save" operations using batch operations.
The text was updated successfully, but these errors were encountered: