Uses of Class
org.datanucleus.api.jdo.query.ExpressionImpl
Packages that use ExpressionImpl
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 ExpressionImpl in org.datanucleus.api.jdo.query
Subclasses of ExpressionImpl in org.datanucleus.api.jdo.queryModifier and TypeClassDescriptionclassImplementation of a BooleanExpressionclassImplementation of a ByteExpressionclassImplementation of a CharacterExpressionclassCollectionExpressionImpl<T extends Collection<E>,E> Implementation of a CollectionExpressionclassImplementation of the methods for ComparableExpression.classImplementation of a Date expression.classImplementation of a DateTime expression.classImplementation of an Enum expression.classImplementation of an IfThenElseExpression.classListExpressionImpl<T extends List<E>,E> Implementation of a ListExpression.classImplementation of a LocalDate expression.classImplementation of a DateTime expression.classImplementation of a Time expression.classMapExpressionImpl<T extends Map<K,V>, K, V> Implementation of a MapExpressionclassImplementation of a NumericExpression.classImplementation of an expression for all unsupported types.classImplementation of an Optional expression.class(Base) implementation of a persistable expression.classImplementation of a StringExpressionclassImplementation of a Time expression.Fields in org.datanucleus.api.jdo.query declared as ExpressionImplModifier and TypeFieldDescriptionprotected ExpressionImplAbstractJDOQLTypedQuery.candidatesCandidate expression for the queryprotected ExpressionImplAbstractJDOQLTypedQuery.havingHaving expression.protected ExpressionImplAbstractJDOQLTypedQuery.rangeLowerExprRange : lower limit expression.protected ExpressionImplAbstractJDOQLTypedQuery.rangeUpperExprRange : upper limit expression.Fields in org.datanucleus.api.jdo.query with type parameters of type ExpressionImplModifier and TypeFieldDescriptionprotected List<ExpressionImpl> AbstractJDOQLTypedQuery.groupingGrouping expression(s).protected Map<String, ExpressionImpl> JDOQLTypedQueryImpl.parameterExprByNameMap of parameter expression keyed by the name.protected List<ExpressionImpl> AbstractJDOQLTypedQuery.resultResult expression(s).protected List<ExpressionImpl> AbstractJDOQLTypedQuery.updateExprsprotected List<ExpressionImpl> AbstractJDOQLTypedQuery.updateValsConstructors in org.datanucleus.api.jdo.query with parameters of type ExpressionImplModifierConstructorDescriptionAbstractJDOQLTypedQuery(javax.jdo.PersistenceManager pm, Class<T> cls, ExpressionImpl<T> candidates, String alias, AbstractJDOQLTypedQuery parentQuery) JDOQLTypedSubqueryImpl(javax.jdo.PersistenceManager pm, Class<T> candidateClass, String candidateAlias, ExpressionImpl<T> candidates, AbstractJDOQLTypedQuery parentQuery) -
Uses of ExpressionImpl in org.datanucleus.api.jdo.query.geospatial
Subclasses of ExpressionImpl in org.datanucleus.api.jdo.query.geospatialModifier and TypeClassDescriptionclassImplementation of a GeometryCollectionExpression.classImplementation of a GeometryExpression.classImplementation of a LinearRingExpression.classImplementation of a LineStringExpression.classImplementation of a MultiLineStringExpression.classImplementation of a MultiPointExpression.classImplementation of a MultiPolygonExpression.classImplementation of a PointExpression.classImplementation of a PolygonExpression.