Uses of Interface
org.apache.openjpa.kernel.Query
Packages that use Query
Package
Description
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
OpenJPA Metadata
OpenJPA JPA
OpenJPA Dynamic Query
Extended OpenJPA Interfaces for distributed databases.
-
Uses of Query in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type QueryModifier and TypeMethodDescriptionstatic 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, Object[] args) 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. -
Uses of Query in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type QueryModifier and TypeMethodDescriptionPreparedQueryCacheImpl.register
(String id, Query query, FetchConfiguration hints) void
Pours the post-compilation state held by this receiver to the given query.Constructors in org.apache.openjpa.jdbc.kernel with parameters of type QueryModifierConstructorDescriptionPreparedQueryImpl
(String id, String sql, Query compiled) Construct.PreparedQueryImpl
(String id, Query compiled) Construct. -
Uses of Query in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement QueryModifier and TypeClassDescriptionclass
Delegating query that can also perform exception translation for use in facades.class
Implementation of theQuery
interface.Methods in org.apache.openjpa.kernel that return QueryModifier and TypeMethodDescriptionDelegatingQuery.getDelegate()
Return the direct delegate.DelegatingQuery.getInnermostDelegate()
Return the native delegate.DelegatingQuery.getQuery()
QueryContext.getQuery()
Return the query for this context.QueryImpl.getQuery()
Create a new query from the given data, with the given candidate class and language.Create a new query in the given language.Methods in org.apache.openjpa.kernel with parameters of type QueryModifier and TypeMethodDescriptionPreparedQueryCache.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
Fill in the post-compilation state of the given Query.Constructors in org.apache.openjpa.kernel with parameters of type QueryModifierConstructorDescriptionDelegatingQuery
(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 -
Uses of Query in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return QueryModifier and TypeMethodDescriptionQueryImpl.getDelegate()
Delegate.StoredProcedureQueryImpl.getExecutableQuery()
Gets the kernel delegate that is handles actual execution on behalf of this receiver.Methods in org.apache.openjpa.persistence with parameters of type QueryModifier and TypeMethodDescriptionprotected <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 QueryModifierConstructorDescriptionQueryImpl
(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 QueryModifier and TypeMethodDescriptionOpenJPAQueryBuilder.createQueryDefinition
(Query jpql) Create a QueryDefinition from the given OpenJPA Query instance.QueryBuilderImpl.createQueryDefinition
(Query jpql) -
Uses of Query in org.apache.openjpa.slice
Classes in org.apache.openjpa.slice that implement Query