T
- type of projectionpublic interface FactoryExpression<T> extends Expression<T>
FactoryExpression
represents factory expressions such as JavaBean or
Constructor projectionsModifier and Type | Method and Description |
---|---|
List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(Object... args)
Create a projection with the given arguments
|
accept, getType
List<Expression<?>> getArgs()
Copyright © 2007–2016 Querydsl. All rights reserved.