Uses of Interface
org.infinispan.query.dsl.Expression
-
Packages that use Expression Package Description org.infinispan.query.dsl Query DSL API.org.infinispan.query.dsl.impl 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 Expression Modifier and Type Method Description static ExpressionExpression. avg(String attributePath)Deprecated.static ExpressionExpression. count(String attributePath)Deprecated.static ExpressionExpression. max(String attributePath)Deprecated.static ExpressionExpression. min(String attributePath)Deprecated.static ExpressionExpression. param(String paramName)Deprecated.static ExpressionExpression. property(String attributePath)Deprecated.static ExpressionExpression. sum(String attributePath)Deprecated.Methods in org.infinispan.query.dsl with parameters of type Expression Modifier and Type Method Description FilterConditionEndContextFilterConditionBeginContext. having(Expression expression)Deprecated.FilterConditionEndContextQueryFactory. having(Expression expression)Deprecated.since 10.1.QueryBuilderQueryBuilder. orderBy(Expression expression)Deprecated.QueryBuilderQueryBuilder. orderBy(Expression expression, SortOrder sortOrder)Deprecated.QueryBuilderQueryBuilder. select(Expression... projection)Deprecated. -
Uses of Expression in org.infinispan.query.dsl.impl
Classes in org.infinispan.query.dsl.impl that implement Expression Modifier and Type Class Description classParameterExpressionclassPathExpressionRepresents the path of a field, including the aggregation function if any.Fields in org.infinispan.query.dsl.impl declared as Expression Modifier and Type Field Description protected Expression[]BaseQueryBuilder. projectionThe attribute paths for the projection.Methods in org.infinispan.query.dsl.impl that return Expression Modifier and Type Method Description protected Expression[]BaseQueryBuilder. getProjection()Methods in org.infinispan.query.dsl.impl with parameters of type Expression Modifier and Type Method Description FilterConditionEndContextBaseQueryBuilder. having(Expression expression)FilterConditionEndContextBaseQueryFactory. having(Expression expression)QueryBuilderBaseQueryBuilder. orderBy(Expression pathExpression)QueryBuilderBaseQueryBuilder. orderBy(Expression pathExpression, SortOrder sortOrder)QueryBuilderBaseQueryBuilder. select(Expression... projection)
-