Uses of Interface
org.springframework.data.cassandra.core.ExecutableSelectOperation.TerminatingResults
Packages that use ExecutableSelectOperation.TerminatingResults
-
Uses of ExecutableSelectOperation.TerminatingResults in org.springframework.data.cassandra.core
Subinterfaces of ExecutableSelectOperation.TerminatingResults in org.springframework.data.cassandra.coreModifier and TypeInterfaceDescriptionstatic interfaceTheExecutableSelectOperation.ExecutableSelectinterface provides methods for constructingSELECTquery operations in a fluent way.static interfaceResult type override (optional).static interfaceDefine aQueryused as the filter for theSELECT.static interfaceTable override (optional).static interfaceTriggerSELECTquery execution by calling one of the terminating methods.Methods in org.springframework.data.cassandra.core that return ExecutableSelectOperation.TerminatingResultsModifier and TypeMethodDescriptionDefine theresult target typethat the Cassandra Row fields should be mapped to.ExecutableSelectOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.default <T> ExecutableSelectOperation.TerminatingResults<T> ExecutableSelectOperation.UntypedSelect.map(Function<com.datastax.oss.driver.api.core.cql.Row, ? extends T> mapper) Configure amapping functionthat maps the Cassandra Row to a result type.Configure aRowMapperthat maps the Cassandra Row to a result type.