Uses of Interface
org.springframework.data.relational.core.query.Criteria.CriteriaStep
Packages that use Criteria.CriteriaStep
-
Uses of Criteria.CriteriaStep in org.springframework.data.relational.core.query
Methods in org.springframework.data.relational.core.query that return Criteria.CriteriaStepModifier and TypeMethodDescription<T,P> Criteria.CriteriaStep Criteria.and(TypedPropertyPath<T, P> property) <T,P> Criteria.CriteriaStep Criteria.or(TypedPropertyPath<T, P> property) static Criteria.CriteriaStepStatic factory method to create a Criteria using the providedcolumnname.static <T,P> Criteria.CriteriaStep Criteria.where(TypedPropertyPath<T, P> property) Static factory method to create a Criteria using the providedpath.