T
- public abstract class FactoryExpressionBase<T> extends ExpressionBase<T> implements FactoryExpression<T>
FactoryExpression
implementationsConstructor and Description |
---|
FactoryExpressionBase(Class<? extends T> type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FactoryExpression<T> |
skipNulls()
Returns a wrapper expression which returns null if all arguments to newInstance are null
|
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getArgs, newInstance
accept, getType
public FactoryExpression<T> skipNulls()
skip nulls
appliedCopyright © 2007–2016 Querydsl. All rights reserved.