Uses of Class
com.azure.spring.data.cosmos.core.query.Criteria
-
Packages that use Criteria Package Description com.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 queries -
-
Uses of Criteria in com.azure.spring.data.cosmos.core.query
Methods in com.azure.spring.data.cosmos.core.query that return Criteria Modifier and Type Method Description CriteriaCosmosQuery. 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 Criteria Modifier and Type Method Description Optional<Criteria>CosmosQuery. getCriteriaByType(CriteriaType criteriaType)To get criteria by typeList<Criteria>Criteria. getSubCriteria()To get sub criteriaMethods in com.azure.spring.data.cosmos.core.query with parameters of type Criteria Modifier and Type Method Description static 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 Constructor Description CosmosQuery(Criteria criteria)Initialization -
Uses of Criteria in com.azure.spring.data.cosmos.repository.query
Methods in com.azure.spring.data.cosmos.repository.query that return Criteria Modifier and Type Method Description protected 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 CriteriaCosmosQueryCreator. or(Criteria base, Criteria criteria)protected CriteriaReactiveCosmosQueryCreator. or(Criteria base, Criteria criteria)Methods in com.azure.spring.data.cosmos.repository.query with parameters of type Criteria Modifier and Type Method Description protected 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 CosmosQueryCosmosQueryCreator. complete(Criteria criteria, org.springframework.data.domain.Sort sort)protected CosmosQueryReactiveCosmosQueryCreator. complete(Criteria criteria, org.springframework.data.domain.Sort sort)protected CriteriaCosmosQueryCreator. or(Criteria base, Criteria criteria)protected CriteriaReactiveCosmosQueryCreator. or(Criteria base, Criteria criteria)
-