Class Predicates
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Predicates
Predicate builders.
- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static <T> Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
static Predicate
notbetween
(String name, Object min, Object max) static Predicate
static Predicate
static Predicate
static Predicate
static <T> Predicate
static Predicate
static Predicate
static Predicate
startsWith
(String name, Object value)
-
Method Details
-
and
- Since:
- 10.3
-
or
- Since:
- 10.3
-
not
- Since:
- 10.3
-
eq
-
noteq
- Since:
- 10.3
-
lt
-
lte
-
gte
-
gt
-
startsWith
-
like
- Since:
- 10.3
-
notlike
- Since:
- 10.3
-
ilike
- Since:
- 10.3
-
notilike
- Since:
- 10.3
-
in
-
in
-
in
-
notin
- Since:
- 10.3
-
notin
- Since:
- 10.3
-
notin
- Since:
- 10.3
-
between
- Since:
- 10.3
-
notbetween
- Since:
- 10.3
-
isnull
- Since:
- 10.3
-
isnotnull
- Since:
- 10.3
-