Uses of Interface
org.infinispan.query.dsl.Expression
Packages that use Expression
Package
Description
Query DSL API.
Query builder DSL implementation for Ickle (a JP-QL subset).
-
Uses of Expression in org.infinispan.query.dsl
Methods in org.infinispan.query.dsl that return ExpressionModifier and TypeMethodDescriptionstatic ExpressionDeprecated.static ExpressionDeprecated.static ExpressionDeprecated.static ExpressionDeprecated.static ExpressionDeprecated.static ExpressionDeprecated.static ExpressionDeprecated.Methods in org.infinispan.query.dsl with parameters of type ExpressionModifier and TypeMethodDescriptionFilterConditionBeginContext.having(Expression expression) Deprecated.QueryFactory.having(Expression expression) Deprecated.since 10.1.QueryBuilder.orderBy(Expression expression) Deprecated.QueryBuilder.orderBy(Expression expression, SortOrder sortOrder) Deprecated.QueryBuilder.select(Expression... projection) Deprecated. -
Uses of Expression in org.infinispan.query.dsl.impl
Classes in org.infinispan.query.dsl.impl that implement ExpressionModifier and TypeClassDescriptionfinal classfinal classRepresents the path of a field, including the aggregation function if any.Fields in org.infinispan.query.dsl.impl declared as ExpressionModifier and TypeFieldDescriptionprotected Expression[]BaseQueryBuilder.projectionThe attribute paths for the projection.Methods in org.infinispan.query.dsl.impl that return ExpressionMethods in org.infinispan.query.dsl.impl with parameters of type ExpressionModifier and TypeMethodDescriptionBaseQueryBuilder.having(Expression expression) BaseQueryFactory.having(Expression expression) BaseQueryBuilder.orderBy(Expression pathExpression) BaseQueryBuilder.orderBy(Expression pathExpression, SortOrder sortOrder) BaseQueryBuilder.select(Expression... projection)