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 a query results. set name will be determined by the given entityClass.<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> Stream<T><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> reactor.core.publisher.Flux<T> -
Uses of Query in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query that return Query