Uses of Interface
org.springframework.data.cassandra.core.cql.PreparedStatementCallback
Packages that use PreparedStatementCallback
Package
Description
CQL core support.
CQL legacy core asynchronous support for easier migration.
-
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> CompletableFuture<T>AsyncCqlOperations.execute(String cql, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> CompletableFuture<T>AsyncCqlOperations.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> CompletableFuture<T>AsyncCqlTemplate.execute(String cql, PreparedStatementCallback<T> action) <T> CompletableFuture<T>AsyncCqlTemplate.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) <T> TCqlOperations.execute(String cql, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> TCqlOperations.execute(PreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> TCqlTemplate.execute(String cql, PreparedStatementCallback<T> action) <T> TCqlTemplate.execute(PreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) -
Uses of PreparedStatementCallback in org.springframework.data.cassandra.core.cql.legacy
Methods in org.springframework.data.cassandra.core.cql.legacy with parameters of type PreparedStatementCallbackModifier and TypeMethodDescription<T> ListenableFuture<T>AsyncCqlOperations.execute(String cql, PreparedStatementCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> ListenableFuture<T>AsyncCqlOperations.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.Execute a CQL data access operation, implemented as callback action working on a CQLPreparedStatement.<T> ListenableFuture<T>AsyncCqlTemplate.execute(String cql, PreparedStatementCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.<T> ListenableFuture<T>AsyncCqlTemplate.execute(AsyncPreparedStatementCreator preparedStatementCreator, PreparedStatementCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.