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 TypeClassDescriptionclass
Implementation of a BooleanExpressionclass
Implementation of a ByteExpressionclass
Implementation of a CharacterExpressionclass
CollectionExpressionImpl<T extends Collection<E>,
E> Implementation of a CollectionExpressionclass
Implementation of the methods for ComparableExpression.class
Implementation of a Date expression.class
Implementation of a DateTime expression.class
Implementation of an Enum expression.class
Implementation of an IfThenElseExpression.class
ListExpressionImpl<T extends List<E>,
E> Implementation of a ListExpression.class
Implementation of a LocalDate expression.class
Implementation of a DateTime expression.class
Implementation of a Time expression.class
MapExpressionImpl<T extends Map<K,
V>, K, V> Implementation of a MapExpressionclass
Implementation of a NumericExpression.class
Implementation of an expression for all unsupported types.class
Implementation of an Optional expression.class
(Base) implementation of a persistable expression.class
Implementation of a StringExpressionclass
Implementation of a Time expression.Fields in org.datanucleus.api.jdo.query declared as ExpressionImplModifier and TypeFieldDescriptionprotected ExpressionImpl
AbstractJDOQLTypedQuery.candidates
Candidate expression for the queryprotected ExpressionImpl
AbstractJDOQLTypedQuery.having
Having expression.protected ExpressionImpl
AbstractJDOQLTypedQuery.rangeLowerExpr
Range : lower limit expression.protected ExpressionImpl
AbstractJDOQLTypedQuery.rangeUpperExpr
Range : upper limit expression.Fields in org.datanucleus.api.jdo.query with type parameters of type ExpressionImplModifier and TypeFieldDescriptionprotected List
<ExpressionImpl> AbstractJDOQLTypedQuery.grouping
Grouping expression(s).protected Map
<String, ExpressionImpl> JDOQLTypedQueryImpl.parameterExprByName
Map of parameter expression keyed by the name.protected List
<ExpressionImpl> AbstractJDOQLTypedQuery.result
Result expression(s).protected List
<ExpressionImpl> AbstractJDOQLTypedQuery.updateExprs
protected List
<ExpressionImpl> AbstractJDOQLTypedQuery.updateVals
Constructors 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 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.