Uses of Class
io.stargate.sdk.rest.domain.QueryWithKey
Packages that use QueryWithKey
-
Uses of QueryWithKey in io.stargate.sdk.rest
Methods in io.stargate.sdk.rest with parameters of type QueryWithKeyModifier and TypeMethodDescriptionKeyClient.findPage(QueryWithKey query) Retrieve a set of Rows from Primary key value.<T> Page<T> KeyClient.findPage(QueryWithKey query, RowMapper<T> mapper) Retrieve a set of Rows from Primary key value. -
Uses of QueryWithKey in io.stargate.sdk.rest.domain
Methods in io.stargate.sdk.rest.domain that return QueryWithKey