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

Packages that use Query
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
 

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 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.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 DelegatingQuery.getQuery()
           
 Query QueryContext.getQuery()
          Return the query for this context.
 Query QueryImpl.getQuery()
           
 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 BrokerImpl.newQuery(String lang, Class cls, Object query)
           
 Query DelegatingBroker.newQuery(String language, Class cls, Object query)
           
 Query Broker.newQuery(String language, Object query)
          Create a new query in the given language.
 Query BrokerImpl.newQuery(String lang, Object query)
           
 Query DelegatingBroker.newQuery(String language, Object 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.
 

Constructors in org.apache.openjpa.persistence with parameters of type Query
QueryImpl(EntityManagerImpl em, Query query)
          Constructor; supply factory and delegate.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.