Interface ExecutableSelectOperation.ExecutableSelect<T>
- All Superinterfaces:
ExecutableSelectOperation.SelectWithProjection<T>
,ExecutableSelectOperation.SelectWithQuery<T>
,ExecutableSelectOperation.SelectWithTable<T>
,ExecutableSelectOperation.TerminatingSelect<T>
- Enclosing interface:
- ExecutableSelectOperation
public static interface ExecutableSelectOperation.ExecutableSelect<T>
extends ExecutableSelectOperation.SelectWithTable<T>, ExecutableSelectOperation.SelectWithProjection<T>
The
ExecutableSelectOperation.ExecutableSelect
interface provides methods for constructing SELECT
query operations in a
fluent way.-
Method Summary
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithProjection
as
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithQuery
matching
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation.SelectWithTable
inTable, inTable
Methods inherited from interface org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingSelect
all, count, exists, first, firstValue, one, oneValue, stream