Uses of Interface
org.springframework.data.cassandra.core.QueryResultConverter
Packages that use QueryResultConverter
-
Uses of QueryResultConverter in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core that return QueryResultConverterModifier and TypeMethodDescriptiondefault <V> QueryResultConverter<T, V> QueryResultConverter.andThen(QueryResultConverter<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.static <T> QueryResultConverter<T, T> QueryResultConverter.entity()Returns a function that returns the materialized entity.Methods in org.springframework.data.cassandra.core with parameters of type QueryResultConverterModifier and TypeMethodDescriptiondefault <V> QueryResultConverter<T, V> QueryResultConverter.andThen(QueryResultConverter<? super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.ExecutableSelectOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.ReactiveSelectOperation.TerminatingResults.map(QueryResultConverter<? super T, ? extends R> converter) Map the query result to a different type usingQueryResultConverter.