Uses of Interface
org.springframework.data.cassandra.core.query.CriteriaDefinition
Packages that use CriteriaDefinition
Package
Description
Apache Cassandra core support.
Apache Cassandra specific query and update support.
-
Uses of CriteriaDefinition in org.springframework.data.cassandra.core
Methods in org.springframework.data.cassandra.core with parameters of type CriteriaDefinitionModifier and TypeMethodDescriptionDeleteOptions.DeleteOptionsBuilder.ifCondition(CriteriaDefinition criteria) Use light-weight transactions by applyingIFcondition.UpdateOptions.UpdateOptionsBuilder.ifCondition(CriteriaDefinition criteria) Use light-weight transactions by applyingIFcondition. -
Uses of CriteriaDefinition in org.springframework.data.cassandra.core.query
Classes in org.springframework.data.cassandra.core.query that implement CriteriaDefinitionMethods in org.springframework.data.cassandra.core.query that return CriteriaDefinitionModifier and TypeMethodDescriptionCreate a criterion using the CONTAINS operator.Criteria.containsKey(Object key) Create a criterion using the CONTAINS KEY operator.Create a criterion using the < operator.Create a criterion using the <= operator.Create a criterion using the IN operator.Criteria.in(Collection<?> values) Create a criterion using the IN operator.Create a criterion using equality.Criteria.isNotNull()Create a criterion using the IS NOT NULL operator.Create a criterion using the LIKE operator.Create a criterion using the > operator.Create a criterion using the >= operator.Create a criterion using the != operator.Methods in org.springframework.data.cassandra.core.query that return types with arguments of type CriteriaDefinitionModifier and TypeMethodDescriptionFilter.getCriteriaDefinitions()Query.getCriteriaDefinitions()default Iterator<CriteriaDefinition>Filter.iterator()Methods in org.springframework.data.cassandra.core.query with parameters of type CriteriaDefinitionModifier and TypeMethodDescriptionQuery.and(CriteriaDefinition criteriaDefinition) Add the givenCriteriaDefinitionto the currentQuery.static FilterFilter.from(CriteriaDefinition... criteriaDefinitions) Create a simpleFiltergivenCriteriaDefinitions.static QueryQuery.query(CriteriaDefinition... criteriaDefinitions) Static factory method to create aQueryusing the providedCriteriaDefinition.protected booleanCriteria.simpleCriteriaEquals(CriteriaDefinition left, CriteriaDefinition right) Method parameters in org.springframework.data.cassandra.core.query with type arguments of type CriteriaDefinitionModifier and TypeMethodDescriptionstatic FilterFilter.from(Iterable<? extends CriteriaDefinition> criteriaDefinitions) Create a simpleFiltergivenCriteriaDefinitions.static QueryQuery.query(Iterable<? extends CriteriaDefinition> criteriaDefinitions) Static factory method to create aQueryusing the providedCriteriaDefinition.