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, notBetween
asc, coalesce, coalesce, desc
count, 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, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept
public 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–2016 Querydsl. All rights reserved.