Uses of Class
org.datanucleus.api.jdo.query.ComparableExpressionImpl
Packages that use ComparableExpressionImpl
Package
Description
Package providing DataNucleus' implementation of the JDOQL standardised typed query.
Package providing DataNucleus' implementation of the JDOQL standardised typed query for geospatial types.
-
Uses of ComparableExpressionImpl in org.datanucleus.api.jdo.query
Subclasses of ComparableExpressionImpl in org.datanucleus.api.jdo.queryModifier and TypeClassDescriptionclass
Implementation of a BooleanExpressionclass
Implementation of a ByteExpressionclass
Implementation of a CharacterExpressionclass
Implementation of a Date expression.class
Implementation of a DateTime expression.class
Implementation of an Enum expression.class
Implementation of an IfThenElseExpression.class
Implementation of a LocalDate expression.class
Implementation of a DateTime expression.class
Implementation of a Time expression.class
Implementation of a NumericExpression.class
Implementation of an Optional expression.class
Implementation of a StringExpressionclass
Implementation of a Time expression. -
Uses of ComparableExpressionImpl in org.datanucleus.api.jdo.query.geospatial
Subclasses of ComparableExpressionImpl in org.datanucleus.api.jdo.query.geospatialModifier and TypeClassDescriptionclass
Implementation of a GeometryCollectionExpression.class
Implementation of a GeometryExpression.class
Implementation of a LinearRingExpression.class
Implementation of a LineStringExpression.class
Implementation of a MultiLineStringExpression.class
Implementation of a MultiPointExpression.class
Implementation of a MultiPolygonExpression.class
Implementation of a PointExpression.class
Implementation of a PolygonExpression.