Uses of Class
org.springframework.data.aerospike.repository.query.Query
Packages that use Query
Package
Description
-
Uses of Query in org.springframework.data.aerospike.core
Methods in org.springframework.data.aerospike.core with parameters of type QueryModifier and TypeMethodDescription<T> longReturn the amount of documents in query results.<T> long<T> reactor.core.publisher.Mono<Long>Reactively return the amount of documents in a query results. set name will be determined by the given entityClass.<T> reactor.core.publisher.Mono<Long><T> boolean<T> Stream<T>Find documents in the given entityClass's set using a query and map them to the given class type.<T,S> Stream<S> Find documents in the given entityClass's set using a query and map them to the given target class type.<T> Stream<T><T,S> Stream<S> <T> reactor.core.publisher.Flux<T>Reactively find documents in the given entityClass's set using a query and map them to the given class type.<T,S> reactor.core.publisher.Flux<S> Reactively find documents in the given entityClass's set using a query and map them to the given target class type.<T> reactor.core.publisher.Flux<T><T,S> reactor.core.publisher.Flux<S> -
Uses of Query in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query that return Query