Uses of Class
org.springframework.data.aerospike.repository.query.Query
Packages that use Query
Package
Description
Aerospike specific repository implementation
-
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 records in query results.longReturn the amount of records in query results within the given set.<T> longlong<T> reactor.core.publisher.Mono<Long> Reactively return the amount of records in query results.reactor.core.publisher.Mono<Long> Reactively return the amount of records in query results within the given set.<T> reactor.core.publisher.Mono<Long> reactor.core.publisher.Mono<Long> <T> booleanAerospikeOperations.existsByQuery(Query query, Class<T> entityClass) Check using a query if any matching records exist within the set associated with the given entityClass.<T> booleanAerospikeOperations.existsByQuery(Query query, Class<T> entityClass, String setName) Check using a query if any matching records exist within the given set.<T> booleanAerospikeTemplate.existsByQuery(Query query, Class<T> entityClass) <T> booleanAerospikeTemplate.existsByQuery(Query query, Class<T> entityClass, String setName) <T> reactor.core.publisher.Mono<Boolean> ReactiveAerospikeOperations.existsByQuery(Query query, Class<T> entityClass) Reactively check using a query if any matching records exist within the set determined by the given entityClass.<T> reactor.core.publisher.Mono<Boolean> ReactiveAerospikeOperations.existsByQuery(Query query, Class<T> entityClass, String setName) Reactively check using a query if any matching records exist within the given set.<T> reactor.core.publisher.Mono<Boolean> ReactiveAerospikeTemplate.existsByQuery(Query query, Class<T> entityClass) <T> reactor.core.publisher.Mono<Boolean> ReactiveAerospikeTemplate.existsByQuery(Query query, Class<T> entityClass, String setName) <T> Stream<T> Find records in the given entityClass's set using a query and map them to the given class type.<T,S> Stream <S> Find records in the given entityClass's set using a query and map them to the given target class type.<T> Stream<T> Find records in the given set using a query and map them to the given target class type.<T> Stream<T> <T,S> Stream <S> <T> Stream<T> <T> reactor.core.publisher.Flux<T> Reactively find records 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 records in the given entityClass's set using a query and map them to the given target class type.<T> reactor.core.publisher.Flux<T> Reactively find records in the given 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> <T> reactor.core.publisher.Flux<T> <T,S> List <?> AerospikeOperations.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, String setName, Query query) Find records by ids within the given set.<T,S> List <?> AerospikeOperations.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, Query query) Find records by ids and a query, set name will be determined by the given entityClass.<T,S> List <?> AerospikeTemplate.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, String setName, Query query) <T,S> List <?> AerospikeTemplate.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, Query query) <T,S> reactor.core.publisher.Flux <?> ReactiveAerospikeOperations.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, String setName, Query query) Find records by ids within the given set name.<T,S> reactor.core.publisher.Flux <?> ReactiveAerospikeOperations.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, Query query) Find records by ids, set name will be determined by the given entityClass.<T,S> reactor.core.publisher.Flux <?> ReactiveAerospikeTemplate.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, String setName, Query query) <T,S> reactor.core.publisher.Flux <?> ReactiveAerospikeTemplate.findByIdsUsingQuery(Collection<?> ids, Class<T> entityClass, Class<S> targetClass, Query query) <T,S> Object AerospikeOperations.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, String setName, Query query) Find a record by id within the given set using a query.<T,S> Object AerospikeOperations.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, Query query) Find a record by id using a query, set name will be determined by the given entityClass.<T,S> Object AerospikeTemplate.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, String setName, Query query) <T,S> Object AerospikeTemplate.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, Query query) <T,S> reactor.core.publisher.Mono <?> ReactiveAerospikeOperations.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, String setName, Query query) Find a record by id within the given set using a query.<T,S> reactor.core.publisher.Mono <?> ReactiveAerospikeOperations.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, Query query) Find a record by id using a query, set name will be determined by the given entityClass.<T,S> reactor.core.publisher.Mono <?> ReactiveAerospikeTemplate.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, String setName, Query query) <T,S> reactor.core.publisher.Mono <?> ReactiveAerospikeTemplate.findByIdUsingQuery(Object id, Class<T> entityClass, Class<S> targetClass, Query query) <T,S> Stream <S> AerospikeOperations.findUsingQueryWithoutPostProcessing(Class<T> entityClass, Class<S> targetClass, Query query) Find records in the given entityClass set using a query and map them to the given target class type.<T,S> Stream <S> AerospikeTemplate.findUsingQueryWithoutPostProcessing(Class<T> entityClass, Class<S> targetClass, Query query) <T,S> reactor.core.publisher.Flux <S> ReactiveAerospikeOperations.findUsingQueryWithoutPostProcessing(Class<T> entityClass, Class<S> targetClass, Query query) Reactively find records in the given entityClass's set using a query and map them to the given target class type.<T,S> reactor.core.publisher.Flux <S> ReactiveAerospikeTemplate.findUsingQueryWithoutPostProcessing(Class<T> entityClass, Class<S> targetClass, Query query) -
Uses of Query in org.springframework.data.aerospike.query
Methods in org.springframework.data.aerospike.query with parameters of type QueryModifier and TypeMethodDescriptioncom.aerospike.client.exp.Expressioncom.aerospike.client.query.Statementcom.aerospike.client.query.Statementstatic booleanQualifierUtils.queryCriteriaIsNotNull(Query query) Select records filtered by a querySelect records filtered by a queryreactor.core.publisher.Flux<com.aerospike.client.query.KeyRecord> Select records filtered by a Filter and Qualifiersreactor.core.publisher.Flux<com.aerospike.client.query.KeyRecord> Select records filtered by a Filter and QualifiersQueryEngine.selectForCount(String namespace, String set, Query query) Select records filtered by a query to be countedreactor.core.publisher.Flux<com.aerospike.client.query.KeyRecord> ReactorQueryEngine.selectForCount(String namespace, String set, Query query) Select records filtered by a query to be counted -
Uses of Query in org.springframework.data.aerospike.repository
Methods in org.springframework.data.aerospike.repository with parameters of type QueryModifier and TypeMethodDescriptionAerospikeRepository.findUsingQuery(Query query) Run a query to find entities.reactor.core.publisher.Flux<T> ReactiveAerospikeRepository.findUsingQuery(Query query) Run a query to find entities. -
Uses of Query in org.springframework.data.aerospike.repository.query
Methods in org.springframework.data.aerospike.repository.query that return QueryModifier and TypeMethodDescriptionBaseAerospikePartTreeQuery.createQuery(ParametersParameterAccessor accessor, PartTree tree) Query.limit(int rows) Add givenSort.Query.skip(long offset) Methods in org.springframework.data.aerospike.repository.query with parameters of type Query -
Uses of Query in org.springframework.data.aerospike.repository.support
Methods in org.springframework.data.aerospike.repository.support with parameters of type QueryModifier and TypeMethodDescriptionSimpleAerospikeRepository.findUsingQuery(Query query) reactor.core.publisher.Flux<T> SimpleReactiveAerospikeRepository.findUsingQuery(Query query)