T - expression typepublic final class NullExpression<T> extends TemplateExpressionImpl<T>
NullExpression defines a general null expression| Modifier and Type | Field and Description |
|---|---|
static NullExpression<Object> |
DEFAULT
Default instance for an
Object typed NullExpression |
| Constructor and Description |
|---|
NullExpression(Class<? extends T> type) |
accept, equals, getArg, getArgs, getTemplategetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic static final NullExpression<Object> DEFAULT
Object typed NullExpressionCopyright © 2007–2020 Querydsl. All rights reserved.