| Package | Description |
|---|---|
| com.holonplatform.datastore.jpa.jpql | |
| com.holonplatform.datastore.jpa.jpql.expression |
| Modifier and Type | Method and Description |
|---|---|
static <T> JPQLResultConverter<T,T> |
JPQLResultConverter.identity(Class<? extends T> type)
Create a
JPQLResultConverter which does not perform any result conversion. |
| Modifier and Type | Method and Description |
|---|---|
JPQLResultConverter<? super Q,R> |
JPQLQuery.getResultConverter()
Get the JPQL result converter to be used with this query.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<JPQLResultConverter<? super Q,R>> |
JPQLProjection.getConverter()
Get the query result converter.
|
Optional<JPQLResultConverter<?,?>> |
JPQLQueryDefinition.getResultConverter()
Get the optional
JPQLResultConverter. |
Copyright © 2019 The Holon Platform. All rights reserved.