Uses of Class
com.azure.spring.data.cosmos.core.query.Criteria
Packages that use Criteria
Package
Description
This package contains the query classes of cosmos db document
This package contains the process cosmos queries
-
Uses of Criteria in com.azure.spring.data.cosmos.core.query
Methods in com.azure.spring.data.cosmos.core.query that return CriteriaModifier and TypeMethodDescriptionCosmosQuery.getCriteria()To get Criteria objectstatic CriteriaCriteria.getInstance(CriteriaType type) To get a new criteria instancestatic CriteriaCriteria.getInstance(CriteriaType type, Criteria left, Criteria right) To get a criteria instance with sub criteriastatic CriteriaCriteria.getInstance(CriteriaType type, String subject, List<Object> values, org.springframework.data.repository.query.parser.Part.IgnoreCaseType ignoreCase) To get a criteria instance with subject and ignore caseMethods in com.azure.spring.data.cosmos.core.query that return types with arguments of type CriteriaModifier and TypeMethodDescriptionCosmosQuery.getCriteriaByType(CriteriaType criteriaType) To get criteria by typeCriteria.getSubCriteria()To get sub criteriaMethods in com.azure.spring.data.cosmos.core.query with parameters of type CriteriaModifier and TypeMethodDescriptionstatic CriteriaCriteria.getInstance(CriteriaType type, Criteria left, Criteria right) To get a criteria instance with sub criteriaConstructors in com.azure.spring.data.cosmos.core.query with parameters of type Criteria -
Uses of Criteria in com.azure.spring.data.cosmos.repository.query
Methods in com.azure.spring.data.cosmos.repository.query that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaCosmosQueryCreator.and(org.springframework.data.repository.query.parser.Part part, Criteria base, Iterator<Object> parameters) protected CriteriaReactiveCosmosQueryCreator.and(org.springframework.data.repository.query.parser.Part part, Criteria base, Iterator<Object> parameters) protected CriteriaCosmosQueryCreator.create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> parameters) protected CriteriaReactiveCosmosQueryCreator.create(org.springframework.data.repository.query.parser.Part part, Iterator<Object> parameters) protected Criteriaprotected CriteriaMethods in com.azure.spring.data.cosmos.repository.query with parameters of type CriteriaModifier and TypeMethodDescriptionprotected CriteriaCosmosQueryCreator.and(org.springframework.data.repository.query.parser.Part part, Criteria base, Iterator<Object> parameters) protected CriteriaReactiveCosmosQueryCreator.and(org.springframework.data.repository.query.parser.Part part, Criteria base, Iterator<Object> parameters) protected CosmosQueryprotected CosmosQueryprotected Criteriaprotected Criteria