|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of projectionpublic interface FactoryExpression<T>
FactoryExpression represents factory expressions such as JavaBean or Constructor projections
| Method Summary | |
|---|---|
List<Expression<?>> |
getArgs()
Get the invocation arguments |
T |
newInstance(Object... args)
Create a projection with the given arguments |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
accept, getType |
| Method Detail |
|---|
List<Expression<?>> getArgs()
@Nullable T newInstance(Object... args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||