Interface Expression<T>
- All Superinterfaces:
ASTNode
- All Known Subinterfaces:
Alias<T>,Column<T,,C> ColumnAlias<T,,C> Predicate,ScalarDSLQueryAlias<T>,TypeAlias<T>
-
Method Summary
Modifier and TypeMethodDescriptioneq(Expression<T> expression) gt(Expression<T> expression) gte(Expression<T> expression) isNull()like(Expression<String> expression) lt(Expression<T> expression) lte(Expression<T> expression) neq(Expression<T> expression) notLike(Expression<String> expression)
-
Method Details
-
as
-
as
-
ascending
OrderByExpression ascending() -
descending
OrderByExpression descending() -
eq
-
eq
-
gt
-
gt
-
gte
-
gte
-
in
-
in
-
isNotNull
Predicate isNotNull() -
isNull
Predicate isNull() -
like
-
like
-
lt
-
lt
-
lte
-
lte
-
neq
-
neq
-
notIn
-
notIn
-
notLike
-
notLike
-