Uses of Interface
org.springframework.data.cassandra.core.ReactiveSelectOperation.TerminatingResults
Packages that use ReactiveSelectOperation.TerminatingResults
-
Uses of ReactiveSelectOperation.TerminatingResults in org.springframework.data.cassandra.core
Subinterfaces of ReactiveSelectOperation.TerminatingResults in org.springframework.data.cassandra.coreModifier and TypeInterfaceDescriptionstatic interfaceTheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations 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 ReactiveSelectOperation.TerminatingResultsModifier and TypeMethodDescriptionDefine theresult target typethat the Cassandra Row fields should be mapped to.ReactiveSelectOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.default <T> ReactiveSelectOperation.TerminatingResults<T> ReactiveSelectOperation.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.