T
- type of result returned by this querypublic interface OpenJPACriteriaQuery<T> extends 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
from, from, getGroupList, getGroupRestriction, getRestriction, getResultType, getRoots, getSelection, isDistinct, subquery
String toCQL()
OpenJPACriteriaQuery<T> compile()
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.