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 TypeInterfaceDescriptioninterface
Representation of a boolean expression.interface
Representation of a byte expression.interface
Representation of a character expression.interface
Representation of a date in a query.interface
Representation of a date-time type in a query.interface
Representation of an Enum in a query.interface
Expression representing an "IF ...interface
Representation of a java.time.LocalDate in a query.interface
Representation of a java.time.LocalDateTime type in a query.interface
Representation of a java.time.LocalTime in a query.interface
Representation of a numeric expression.interface
Representation of an Optional type in a query.interface
Representation of a string in a query.interface
Representation 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 TypeInterfaceDescriptioninterface
Representation of a GeometryCollection expression.interface
Representation of a geometry expression.interface
Representation of a LinearRing expression.interface
Representation of a LineString expression.interface
Representation of a MultiLineString expression.interface
Representation of a MultiPoint expression.interface
Representation of a MultiPolygon expression.interface
Representation of a Point expression.interface
Representation of a Polygon expression.