public class QList extends FactoryExpressionBase<List<?>>
QList
represents a projection of type ListModifier | Constructor and Description |
---|---|
protected |
QList(Expression<?>... args)
Create a new QList instance
|
protected |
QList(Expression<?>[]... args)
Create a new QMap instance
|
protected |
QList(com.google.common.collect.ImmutableList<Expression<?>> args)
Create a new QList instance
|
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
boolean |
equals(Object obj) |
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
List<?> |
newInstance(Object... args)
Create a projection with the given arguments
|
skipNulls
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
protected QList(Expression<?>... args)
args
- protected QList(com.google.common.collect.ImmutableList<Expression<?>> args)
args
- protected QList(Expression<?>[]... args)
args
- @Nullable public <R,C> R accept(Visitor<R,C> v, C context)
Expression
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic List<Expression<?>> getArgs()
FactoryExpression
public boolean equals(Object obj)
equals
in class FactoryExpressionBase<List<?>>
@Nullable public List<?> newInstance(Object... args)
FactoryExpression
args
- row argumentsCopyright © 2007–2016 Querydsl. All rights reserved.