Q - Query result typeR - Conversion result typepublic interface JPQLQuery<Q,R> extends JPQLStatement
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Q> |
getQueryResultType()
Get the query result type.
|
JPQLResultConverter<? super Q,R> |
getResultConverter()
Get the JPQL result converter to be used with this query.
|
create, getJPQL, getParametersClass<? extends Q> getQueryResultType()
JPQLResultConverter<? super Q,R> getResultConverter()
Copyright © 2019 The Holon Platform. All rights reserved.