Skip to content

Accept BatchableStatement in CassandraBatchOperations #1499

@soheilrahsaz

Description

@soheilrahsaz

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions