T - public abstract class LiteralExpression<T extends Comparable> extends ComparableExpression<T>
LiteralExpression represents literal expressionshashCode, mixin| Constructor and Description |
|---|
LiteralExpression(Expression<T> mixin) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Number & Comparable<? super A>> |
castToNum(Class<A> type)
Create a cast expression to the given numeric type
|
StringExpression |
stringValue()
Create a cast to String expression
|
as, as, between, between, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, notBetween, notBetweenasc, coalesce, coalesce, desccount, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic LiteralExpression(Expression<T> mixin)
public <A extends Number & Comparable<? super A>> NumberExpression<A> castToNum(Class<A> type)
A - numeric typetype - numeric typepublic StringExpression stringValue()
Object.toString()Copyright © 2007–2020 Querydsl. All rights reserved.