T - expression typepublic interface ProjectionRole<T>
Expression type. This interface can be used for Expressions which
behave in a different way when used as part of the projection.
Usually FactoryExpression instances are used as the custom projection.
| Modifier and Type | Method and Description |
|---|---|
Expression<T> |
getProjection()
Return the custom projection
|
Expression<T> getProjection()
Copyright © 2007–2021 Querydsl. All rights reserved.