Package com.querydsl.core.types
Interface ProjectionRole<T>
- Type Parameters:
T- expression type
public interface ProjectionRole<T>
Defines a custom projection for an
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.
- Author:
- tiwe
-
Method Summary
-
Method Details
-
getProjection
Expression<T> getProjection()Return the custom projection- Returns:
- custom projection
-