Uses of Interface
jakarta.persistence.criteria.ComparableExpression
Packages that use ComparableExpression
Package
Description
Defines the Jakarta Persistence Criteria Query API.
-
Uses of ComparableExpression in jakarta.persistence.criteria
Subinterfaces of ComparableExpression in jakarta.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceType for boolean query expressions.interfaceRepresents a simple or compound attribute path from a bound type or collection, and is a "primitive" expression of a boolean type.static interfaceInterface used to build in predicates.interfaceNumericExpression<N extends Number & Comparable<N>>Type for number query expressions.interfaceThe type of a simple or compound predicate: a conjunction or disjunction of restrictions.interfaceTemporalExpression<T extends Temporal & Comparable<? super T>>Type for temporal query expressions.interfaceType for string query expressions.Methods in jakarta.persistence.criteria that return ComparableExpressionModifier and TypeMethodDescriptionComparableExpression.coalesce(Expression<? extends C> y) <C extends Comparable<? super C>>
ComparableExpression<C> Path.get(ComparableAttribute<? super X, C> attribute) Create a path corresponding to the referenced single-valued attribute.ComparableExpression.max()Create an aggregate expression for finding the greatest of the values (strings, dates, etc).ComparableExpression.min()Create an aggregate expression for finding the least of the values (strings, dates, etc).ComparableExpression.nullif(Expression<? extends C> y)