Interface AsyncCassandraTemplate.AsyncPreparedStatementHandler
- All Superinterfaces:
AsyncPreparedStatementCreator
,CqlProvider
,PreparedStatementBinder
- Enclosing class:
- AsyncCassandraTemplate
public static interface AsyncCassandraTemplate.AsyncPreparedStatementHandler
extends AsyncPreparedStatementCreator, PreparedStatementBinder, CqlProvider
General callback interface used to create and bind prepared CQL statements.
This interface prepares the CQL statement and sets values on a PreparedStatement
as union-type comprised
from AsyncPreparedStatementCreator
, PreparedStatementBinder
, and CqlProvider
.
- Since:
- 3.3.3
-
Method Summary
Methods inherited from interface org.springframework.data.cassandra.core.cql.AsyncPreparedStatementCreator
createPreparedStatement
Methods inherited from interface org.springframework.data.cassandra.core.cql.CqlProvider
getCql
Methods inherited from interface org.springframework.data.cassandra.core.cql.PreparedStatementBinder
bindValues