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 classBooleanExpressionImpl<T>Implementation of a BooleanExpressionclassByteExpressionImpl<T>Implementation of a ByteExpressionclassCharacterExpressionImpl<T>Implementation of a CharacterExpressionclassDateExpressionImplImplementation of a Date expression.classDateTimeExpressionImplImplementation of a DateTime expression.classEnumExpressionImpl<T>Implementation of an Enum expression.classIfThenElseExpressionImpl<T>Implementation of an IfThenElseExpression.classLocalDateExpressionImplImplementation of a LocalDate expression.classLocalDateTimeExpressionImplImplementation of a DateTime expression.classLocalTimeExpressionImplImplementation of a Time expression.classNumericExpressionImpl<T>Implementation of a NumericExpression.classOptionalExpressionImpl<T>Implementation of an Optional expression.classStringExpressionImplImplementation of a StringExpressionclassTimeExpressionImplImplementation 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 classGeometryCollectionExpressionImpl<T>Implementation of a GeometryCollectionExpression.classGeometryExpressionImpl<T>Implementation of a GeometryExpression.classLinearRingExpressionImpl<T>Implementation of a LinearRingExpression.classLineStringExpressionImpl<T>Implementation of a LineStringExpression.classMultiLineStringExpressionImpl<T>Implementation of a MultiLineStringExpression.classMultiPointExpressionImpl<T>Implementation of a MultiPointExpression.classMultiPolygonExpressionImpl<T>Implementation of a MultiPolygonExpression.classPointExpressionImpl<T>Implementation of a PointExpression.classPolygonExpressionImpl<T>Implementation of a PolygonExpression.
-