|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of result returned by this querypublic interface OpenJPACriteriaQuery<T>
OpenJPA-specific extension to JPA 2.0 Criteria Query API.
Method Summary | |
---|---|
OpenJPACriteriaQuery<T> |
compile()
Compile the query. |
String |
toCQL()
Convert the query to a JPQL-like string. |
Methods inherited from interface javax.persistence.criteria.CriteriaQuery |
---|
distinct, getOrderList, getParameters, groupBy, groupBy, having, having, multiselect, multiselect, orderBy, orderBy, select, where, where |
Methods inherited from interface javax.persistence.criteria.AbstractQuery |
---|
from, from, getGroupList, getGroupRestriction, getRestriction, getResultType, getRoots, getSelection, isDistinct, subquery |
Method Detail |
---|
String toCQL()
OpenJPACriteriaQuery<T> compile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |