Package org.infinispan.query.dsl
Interface Expression
-
@Deprecated public interface Expression
Deprecated.since 10.1. See deprecation note onQueryBuilder.- Since:
- 8.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static Expressionavg(String attributePath)Deprecated.static Expressioncount(String attributePath)Deprecated.static Expressionmax(String attributePath)Deprecated.static Expressionmin(String attributePath)Deprecated.static Expressionparam(String paramName)Deprecated.static Expressionproperty(String attributePath)Deprecated.static Expressionsum(String attributePath)Deprecated.
-
-
-
Method Detail
-
param
static Expression param(String paramName)
Deprecated.
-
property
static Expression property(String attributePath)
Deprecated.
-
count
static Expression count(String attributePath)
Deprecated.
-
sum
static Expression sum(String attributePath)
Deprecated.
-
avg
static Expression avg(String attributePath)
Deprecated.
-
min
static Expression min(String attributePath)
Deprecated.
-
max
static Expression max(String attributePath)
Deprecated.
-
-