Uses of Class
com.azure.spring.data.cosmos.core.query.CosmosQuery
-
Packages that use CosmosQuery Package Description com.azure.spring.data.cosmos.core This package contains the core classes of cosmos db, includes converters, query generators and mapping to cosmos entitiescom.azure.spring.data.cosmos.core.generator This package contains the generator classes of cosmos dbcom.azure.spring.data.cosmos.core.query This package contains the query classes of cosmos db documentcom.azure.spring.data.cosmos.repository.query This package contains the process cosmos queriescom.azure.spring.data.cosmos.repository.support This package contains the support classes of setting up cosmosdb repositories and factories -
-
Uses of CosmosQuery in com.azure.spring.data.cosmos.core
Methods in com.azure.spring.data.cosmos.core with parameters of type CosmosQuery Modifier and Type Method Description <T> longCosmosOperations. count(CosmosQuery query, String containerName)Count<T> longCosmosTemplate. count(CosmosQuery query, String containerName)Mono<Long>ReactiveCosmosOperations. count(CosmosQuery query, String containerName)CountMono<Long>ReactiveCosmosTemplate. count(CosmosQuery query, String containerName)Count<T> Iterable<T>CosmosOperations. delete(CosmosQuery query, Class<T> domainType, String containerName)Delete items matching query<T> Iterable<T>CosmosTemplate. delete(CosmosQuery query, Class<T> domainType, String containerName)Delete the DocumentQuery, need to query the domains at first, then delete the item from the result.<T> Flux<T>ReactiveCosmosOperations. delete(CosmosQuery query, Class<T> domainType, String containerName)Delete items matching query<T> Flux<T>ReactiveCosmosTemplate. delete(CosmosQuery query, Class<T> domainType, String containerName)Delete items matching query<T> BooleanCosmosOperations. exists(CosmosQuery query, Class<T> domainType, String containerName)Exists<T> BooleanCosmosTemplate. exists(CosmosQuery query, Class<T> domainType, String containerName)Checks if document query items existMono<Boolean>ReactiveCosmosOperations. exists(CosmosQuery query, Class<?> domainType, String containerName)ExistsMono<Boolean>ReactiveCosmosTemplate. exists(CosmosQuery query, Class<?> domainType, String containerName)Exists<T> Iterable<T>CosmosOperations. find(CosmosQuery query, Class<T> domainType, String containerName)Find query<T> Iterable<T>CosmosTemplate. find(CosmosQuery query, Class<T> domainType, String containerName)Finds the document query items<T> Flux<T>ReactiveCosmosOperations. find(CosmosQuery query, Class<T> domainType, String containerName)Find items<T> Flux<T>ReactiveCosmosTemplate. find(CosmosQuery query, Class<T> domainType, String containerName)Find items<T> org.springframework.data.domain.Page<T>CosmosOperations. paginationQuery(CosmosQuery query, Class<T> domainType, String containerName)Pagination query<T> org.springframework.data.domain.Page<T>CosmosTemplate. paginationQuery(CosmosQuery query, Class<T> domainType, String containerName)<T> org.springframework.data.domain.Slice<T>CosmosOperations. sliceQuery(CosmosQuery query, Class<T> domainType, String containerName)Slice query<T> org.springframework.data.domain.Slice<T>CosmosTemplate. sliceQuery(CosmosQuery query, Class<T> domainType, String containerName) -
Uses of CosmosQuery in com.azure.spring.data.cosmos.core.generator
Methods in com.azure.spring.data.cosmos.core.generator with parameters of type CosmosQuery Modifier and Type Method Description SqlQuerySpecCountQueryGenerator. generateCosmos(CosmosQuery query)SqlQuerySpecFindQuerySpecGenerator. generateCosmos(CosmosQuery query)SqlQuerySpecQuerySpecGenerator. generateCosmos(CosmosQuery query)Generate the SqlQuerySpec for cosmosDB client.protected SqlQuerySpecAbstractQueryGenerator. generateCosmosQuery(CosmosQuery query, String queryHead)Generates a Cosmos query. -
Uses of CosmosQuery in com.azure.spring.data.cosmos.core.query
Methods in com.azure.spring.data.cosmos.core.query that return CosmosQuery Modifier and Type Method Description CosmosQueryCosmosQuery. with(org.springframework.data.domain.Pageable pageable)With SortCosmosQueryCosmosQuery. with(org.springframework.data.domain.Sort sort)With Sort -
Uses of CosmosQuery in com.azure.spring.data.cosmos.repository.query
Methods in com.azure.spring.data.cosmos.repository.query that return CosmosQuery Modifier and Type Method Description protected CosmosQueryCosmosQueryCreator. complete(Criteria criteria, org.springframework.data.domain.Sort sort)protected CosmosQueryReactiveCosmosQueryCreator. complete(Criteria criteria, org.springframework.data.domain.Sort sort)protected abstract CosmosQueryAbstractCosmosQuery. createQuery(CosmosParameterAccessor accessor)Creates a query.protected abstract CosmosQueryAbstractReactiveCosmosQuery. createQuery(ReactiveCosmosParameterAccessor accessor)Creates a query.protected CosmosQueryPartTreeCosmosQuery. createQuery(CosmosParameterAccessor accessor)protected CosmosQueryPartTreeReactiveCosmosQuery. createQuery(ReactiveCosmosParameterAccessor accessor)Methods in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosQuery Modifier and Type Method Description ObjectCosmosQueryExecution.ContainerExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution.CountExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution.DeleteExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution. execute(CosmosQuery query, Class<?> type, String container)Declare an execute function for different operations to callObjectCosmosQueryExecution.ExistsExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution.MultiEntityExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution.PagedExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectCosmosQueryExecution.SingleEntityExecution. execute(CosmosQuery query, Class<?> type, String collection)ObjectCosmosQueryExecution.SliceExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution.ContainerExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution.CountExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution.DeleteExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution. execute(CosmosQuery query, Class<?> type, String container)Declare an execute function for different operations to callObjectReactiveCosmosQueryExecution.ExistsExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution.MultiEntityExecution. execute(CosmosQuery query, Class<?> type, String container)ObjectReactiveCosmosQueryExecution.SingleEntityExecution. execute(CosmosQuery query, Class<?> type, String container) -
Uses of CosmosQuery in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support that return CosmosQuery Modifier and Type Method Description protected CosmosQueryStringBasedCosmosQuery. createQuery(CosmosParameterAccessor accessor)protected CosmosQueryStringBasedReactiveCosmosQuery. createQuery(ReactiveCosmosParameterAccessor accessor)
-