Uses of Interface
javax.jdo.query.ComparableExpression
Packages that use ComparableExpression
Package
Description
Package providing expressions for building a typed JDOQL query.
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of ComparableExpression in javax.jdo.query
Subinterfaces of ComparableExpression in javax.jdo.queryModifier and TypeInterfaceDescriptioninterfaceRepresentation of a boolean expression.interfaceRepresentation of a byte expression.interfaceRepresentation of a character expression.interfaceRepresentation of a date in a query.interfaceRepresentation of a date-time type in a query.interfaceRepresentation of an Enum in a query.interfaceExpression representing an "IF ...interfaceRepresentation of a java.time.LocalDate in a query.interfaceRepresentation of a java.time.LocalDateTime type in a query.interfaceRepresentation of a java.time.LocalTime in a query.interfaceRepresentation of a numeric expression.interfaceRepresentation of an Optional type in a query.interfaceRepresentation of a string in a query.interfaceRepresentation of a time in a query.Methods in javax.jdo.query that return ComparableExpressionModifier and TypeMethodDescriptionComparableExpression.max()Method to return a numeric expression representing the aggregated maximum of this expression.ComparableExpression.min()Method to return a numeric expression representing the aggregated minimum of this expression.Methods in javax.jdo.query with parameters of type ComparableExpressionModifier and TypeMethodDescriptionComparableExpression.gt(ComparableExpression<? extends T> expr) Method returning whether this expression is greater than the other expression.ComparableExpression.gteq(ComparableExpression<? extends T> expr) Method returning whether this expression is greater than or equal the other expression.ComparableExpression.lt(ComparableExpression<? extends T> expr) Method returning whether this expression is less than the other expression.ComparableExpression.lteq(ComparableExpression<? extends T> expr) Method returning whether this expression is less than or equal the other expression. -
Uses of ComparableExpression in javax.jdo.query.geospatial
Subinterfaces of ComparableExpression in javax.jdo.query.geospatialModifier and TypeInterfaceDescriptioninterfaceRepresentation of a GeometryCollection expression.interfaceRepresentation of a geometry expression.interfaceRepresentation of a LinearRing expression.interfaceRepresentation of a LineString expression.interfaceRepresentation of a MultiLineString expression.interfaceRepresentation of a MultiPoint expression.interfaceRepresentation of a MultiPolygon expression.interfaceRepresentation of a Point expression.interfaceRepresentation of a Polygon expression.