Uses of Class
org.datanucleus.api.jdo.query.ComparableExpressionImpl
-
Packages that use ComparableExpressionImpl Package Description org.datanucleus.api.jdo.query Package providing DataNucleus' implementation of the JDOQL standardised typed query.org.datanucleus.api.jdo.query.geospatial 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.query Modifier and Type Class Description class
BooleanExpressionImpl<T>
Implementation of a BooleanExpressionclass
ByteExpressionImpl<T>
Implementation of a ByteExpressionclass
CharacterExpressionImpl<T>
Implementation of a CharacterExpressionclass
DateExpressionImpl
Implementation of a Date expression.class
DateTimeExpressionImpl
Implementation of a DateTime expression.class
EnumExpressionImpl<T>
Implementation of an Enum expression.class
IfThenElseExpressionImpl<T>
Implementation of an IfThenElseExpression.class
LocalDateExpressionImpl
Implementation of a LocalDate expression.class
LocalDateTimeExpressionImpl
Implementation of a DateTime expression.class
LocalTimeExpressionImpl
Implementation of a Time expression.class
NumericExpressionImpl<T>
Implementation of a NumericExpression.class
OptionalExpressionImpl<T>
Implementation of an Optional expression.class
StringExpressionImpl
Implementation of a StringExpressionclass
TimeExpressionImpl
Implementation of a Time expression. -
Uses of ComparableExpressionImpl in org.datanucleus.api.jdo.query.geospatial
Subclasses of ComparableExpressionImpl in org.datanucleus.api.jdo.query.geospatial Modifier and Type Class Description class
GeometryCollectionExpressionImpl<T>
Implementation of a GeometryCollectionExpression.class
GeometryExpressionImpl<T>
Implementation of a GeometryExpression.class
LinearRingExpressionImpl<T>
Implementation of a LinearRingExpression.class
LineStringExpressionImpl<T>
Implementation of a LineStringExpression.class
MultiLineStringExpressionImpl<T>
Implementation of a MultiLineStringExpression.class
MultiPointExpressionImpl<T>
Implementation of a MultiPointExpression.class
MultiPolygonExpressionImpl<T>
Implementation of a MultiPolygonExpression.class
PointExpressionImpl<T>
Implementation of a PointExpression.class
PolygonExpressionImpl<T>
Implementation of a PolygonExpression.
-