Q - Query result typeR - Projection result typepublic interface JPQLProjection<Q,R>
extends com.holonplatform.core.TypedExpression<R>
| Modifier and Type | Method and Description |
|---|---|
Optional<JPQLResultConverter<? super Q,R>> |
getConverter()
Get the query result converter.
|
Class<? extends Q> |
getQueryResultType()
Get the query result type.
|
List<String> |
getSelection()
Get the query selections.
|
Optional<String> |
getSelectionAlias(String selection)
Get the alias for given selection expression, if defined.
|
Optional<String> getSelectionAlias(String selection)
selection - Selection expressionClass<? extends Q> getQueryResultType()
Optional<JPQLResultConverter<? super Q,R>> getConverter()
Copyright © 2019 The Holon Platform. All rights reserved.