Interface AsyncCassandraTemplate.AsyncPreparedStatementHandler
- All Superinterfaces:
AsyncPreparedStatementCreator,CqlProvider,PreparedStatementBinder
- All Known Implementing Classes:
AsyncCassandraTemplate.PreparedStatementHandler
- 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.legacy.AsyncPreparedStatementCreator
createPreparedStatementMethods inherited from interface org.springframework.data.cassandra.core.cql.CqlProvider
getCqlMethods inherited from interface org.springframework.data.cassandra.core.cql.PreparedStatementBinder
bindValues