T
- type of result returned by this querypublic interface OpenJPACriteriaQuery<T>
extends javax.persistence.criteria.CriteriaQuery<T>
Modifier and Type | Method and Description |
---|---|
OpenJPACriteriaQuery<T> |
compile()
Compile the query.
|
String |
toCQL()
Convert the query to a JPQL-like string.
|
distinct, getOrderList, getParameters, groupBy, groupBy, having, having, multiselect, multiselect, orderBy, orderBy, select, where, where
String toCQL()
OpenJPACriteriaQuery<T> compile()
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.