Uses of Interface
org.springframework.data.cassandra.core.cql.PreparedStatementCallback
Packages that use PreparedStatementCallback
-
Uses of PreparedStatementCallback in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql with parameters of type PreparedStatementCallbackModifier and TypeMethodDescription<T extends @Nullable Object>
CompletableFuture<T> AsyncCqlOperations.execute(String cql, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T extends @Nullable Object>
CompletableFuture<T> AsyncCqlOperations.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T extends @Nullable Object>
CompletableFuture<T> AsyncCqlTemplate.execute(String cql, PreparedStatementCallback<T> action) <T extends @Nullable Object>
CompletableFuture<T> AsyncCqlTemplate.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) <T extends @Nullable Object>
TCqlOperations.execute(String cql, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T extends @Nullable Object>
TCqlOperations.execute(PreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T extends @Nullable Object>
TCqlTemplate.execute(String cql, PreparedStatementCallback<T> action) <T extends @Nullable Object>
TCqlTemplate.execute(PreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action)