Uses of Interface
org.apache.openjpa.kernel.Query

Packages that use Query
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
org.apache.openjpa.persistence.query OpenJPA Dynamic Query 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
 

Uses of Query in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache with parameters of type Query
static QueryKey QueryKey.newInstance(Query q)
          Return a key for the given query, or null if it is not cacheable.
static QueryKey QueryKey.newInstance(Query q, Map<Object,Object> args)
          Return a key for the given query, or null if it is not cacheable.
static QueryKey QueryKey.newInstance(Query q, Object[] args)
          Return a key for the given query, or null if it is not cacheable.
 

Uses of Query in org.apache.openjpa.jdbc.kernel
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type Query
 Boolean PreparedQueryCacheImpl.register(String id, Query query, FetchConfiguration hints)
           
 void PreparedQueryImpl.setInto(Query q)
          Pours the post-compilation state held by this receiver to the given query.
 

Constructors in org.apache.openjpa.jdbc.kernel with parameters of type Query
PreparedQueryImpl(String id, Query compiled)
          Construct.
PreparedQueryImpl(String id, String sql, Query compiled)
          Construct.
 

Uses of Query in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement Query
 class DelegatingQuery
          Delegating query that can also perform exception translation for use in facades.
 class QueryImpl
          Implementation of the Query interface.
 

Methods in org.apache.openjpa.kernel that return Query
 Query DelegatingQuery.getDelegate()
          Return the direct delegate.
 Query DelegatingQuery.getInnermostDelegate()
          Return the native delegate.
 Query QueryImpl.getQuery()
           
 Query QueryContext.getQuery()
          Return the query for this context.
 Query DelegatingQuery.getQuery()
           
 Query DelegatingBroker.newQuery(String language, Class cls, Object query)
           
 Query BrokerImpl.newQuery(String lang, Class cls, Object query)
           
 Query Broker.newQuery(String language, Class cls, Object query)
          Create a new query from the given data, with the given candidate class and language.
 Query DelegatingBroker.newQuery(String language, Object query)
           
 Query BrokerImpl.newQuery(String lang, Object query)
           
 Query Broker.newQuery(String language, Object query)
          Create a new query in the given language.
 

Methods in org.apache.openjpa.kernel with parameters of type Query
 Boolean PreparedQueryCache.register(String key, Query query, FetchConfiguration hints)
          Register the given query for caching against the given key if it has not already been cached.
 void PreparedQuery.setInto(Query q)
          Fill in the post-compilation state of the given Query.
 

Constructors in org.apache.openjpa.kernel with parameters of type Query
DelegatingQuery(Query query)
          Constructor; supply delegate.
DelegatingQuery(Query query, RuntimeExceptionTranslator trans)
          Constructor; supply delegate and exception translator.
 

Uses of Query in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta with parameters of type Query
 void QueryMetaData.setFrom(Query query)
          Initialize this instance from the values held in the specified Query.
 void QueryMetaData.setInto(Query query)
          Set query template information into the given concrete query instance.
 

Uses of Query in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return Query
 Query QueryImpl.getDelegate()
          Delegate.
 

Methods in org.apache.openjpa.persistence with parameters of type Query
protected
<T> QueryImpl<T>
EntityManagerImpl.newQueryImpl(Query kernelQuery)
           
protected
<T> QueryImpl<T>
EntityManagerImpl.newQueryImpl(Query kernelQuery, QueryMetaData qmd)
           
 

Constructors in org.apache.openjpa.persistence with parameters of type Query
QueryImpl(EntityManagerImpl em, Query query)
          Deprecated.  
QueryImpl(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query)
          Deprecated.  
QueryImpl(EntityManagerImpl em, RuntimeExceptionTranslator ret, Query query, QueryMetaData qmd)
          Constructor; supply factory exception translator and delegate.
 

Uses of Query in org.apache.openjpa.persistence.query
 

Methods in org.apache.openjpa.persistence.query with parameters of type Query
 QueryDefinition QueryBuilderImpl.createQueryDefinition(Query jpql)
           
 QueryDefinition OpenJPAQueryBuilder.createQueryDefinition(Query jpql)
          Create a QueryDefinition from the given OpenJPA Query instance.
 

Uses of Query in org.apache.openjpa.slice
 

Classes in org.apache.openjpa.slice that implement Query
 class DistributedQueryImpl
          Extension with slice locking policy.
 



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