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 Expression
avg(String attributePath)
Deprecated.static Expression
count(String attributePath)
Deprecated.static Expression
max(String attributePath)
Deprecated.static Expression
min(String attributePath)
Deprecated.static Expression
param(String paramName)
Deprecated.static Expression
property(String attributePath)
Deprecated.static Expression
sum(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.
-
-