Uses of Class
org.springframework.data.cassandra.core.query.Criteria
Packages that use Criteria
Package
Description
Apache Cassandra specific query and update support.
-
Uses of Criteria in org.springframework.data.cassandra.core.query
Methods in org.springframework.data.cassandra.core.query that return CriteriaModifier and TypeMethodDescriptionstatic CriteriaCriteria.of(ColumnName columnName, CriteriaDefinition.Predicate predicate) Static factory method to create aCriteriausing the providedcolumnName.static CriteriaStatic factory method to create aCriteriausing the providedcolumnName.static CriteriaCriteria.where(ColumnName columnName) Static factory method to create aCriteriausing the providedColumnName.