T - type of projectionpublic interface FactoryExpression<T> extends Expression<T>
FactoryExpression represents factory expressions such as JavaBean or
Constructor projections| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expression<?>> |
getArgs()
Get the invocation arguments
|
T |
newInstance(java.lang.Object... args)
Create a projection with the given arguments
|
accept, getTypejava.util.List<Expression<?>> getArgs()
@Nullable T newInstance(java.lang.Object... args)
args - row argumentsCopyright © 2007–2021 Querydsl. All rights reserved.