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