Uses of Interface
org.apache.openjpa.persistence.criteria.OpenJPACriteriaQuery

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 CriteriaQuery object.
 OpenJPACriteriaQuery<Object> CriteriaBuilderImpl.createQuery()
           
<T> OpenJPACriteriaQuery<T>
OpenJPACriteriaBuilder.createQuery(Class<T> resultClass)
          Create a CriteriaQuery object with the specified result type.
<T> OpenJPACriteriaQuery<T>
CriteriaBuilderImpl.createQuery(Class<T> resultClass)
          Create a Criteria query object with the specified result type.
 OpenJPACriteriaQuery<Tuple> OpenJPACriteriaBuilder.createTupleQuery()
          Create a CriteriaQuery object 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.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.