| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenJPACriteriaQuery | |
|---|---|
| org.apache.openjpa.persistence.criteria | OpenJPA Criteria Query | 
| Uses of OpenJPACriteriaQuery in org.apache.openjpa.persistence.criteria | 
|---|
| Classes in org.apache.openjpa.persistence.criteria that implement OpenJPACriteriaQuery | |
|---|---|
| (package private)  class | CriteriaQueryImpl<T>Criteria query implementation. | 
| Methods in org.apache.openjpa.persistence.criteria that return OpenJPACriteriaQuery | ||
|---|---|---|
|  OpenJPACriteriaQuery<T> | OpenJPACriteriaQuery.compile()Compile the query. | |
|  OpenJPACriteriaQuery<T> | CriteriaQueryImpl.compile()Compiles to verify that at least one root is defined, a selection term is present and, most importantly, collects all the parameters so that they can be bound to the executable query. | |
|  OpenJPACriteriaQuery<Object> | OpenJPACriteriaBuilder.createQuery()Create a CriteriaQueryobject. | |
|  OpenJPACriteriaQuery<Object> | CriteriaBuilderImpl.createQuery() | |
| 
 | OpenJPACriteriaBuilder.createQuery(Class<T> resultClass)Create a CriteriaQueryobject with the specified result 
  type. | |
| 
 | CriteriaBuilderImpl.createQuery(Class<T> resultClass)Create a Criteria query object with the specified result type. | |
|  OpenJPACriteriaQuery<Tuple> | OpenJPACriteriaBuilder.createTupleQuery()Create a CriteriaQueryobject that returns a tuple of 
  objects as its result. | |
|  OpenJPACriteriaQuery<Tuple> | CriteriaBuilderImpl.createTupleQuery()Create a Criteria query object that returns a tuple of objects as its result. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||