Uses of Interface
org.apache.openjpa.kernel.QueryContext
-
Packages that use QueryContext Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.kernel.exps OpenJPA Expression Tree -
-
Uses of QueryContext in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return QueryContext Modifier and Type Method Description QueryContext
QueryCacheStoreQuery. getContext()
Methods in org.apache.openjpa.datacache with parameters of type QueryContext Modifier and Type Method Description void
QueryCacheStoreQuery. setContext(QueryContext qctx)
-
Uses of QueryContext in org.apache.openjpa.kernel
Subinterfaces of QueryContext in org.apache.openjpa.kernel Modifier and Type Interface Description interface
Query
OpenJPA query interface.Classes in org.apache.openjpa.kernel that implement QueryContext Modifier and Type Class Description class
DelegatingQuery
Delegating query that can also perform exception translation for use in facades.class
QueryImpl
Implementation of theQuery
interface.Fields in org.apache.openjpa.kernel declared as QueryContext Modifier and Type Field Description protected QueryContext
AbstractStoreQuery. ctx
Methods in org.apache.openjpa.kernel that return QueryContext Modifier and Type Method Description QueryContext
AbstractStoreQuery. getContext()
QueryContext
StoreQuery. getContext()
Return the query context that has been set.Methods in org.apache.openjpa.kernel with parameters of type QueryContext Modifier and Type Method Description void
AbstractStoreQuery. setContext(QueryContext ctx)
void
StoreQuery. setContext(QueryContext ctx)
Set the current query context. -
Uses of QueryContext in org.apache.openjpa.kernel.exps
Methods in org.apache.openjpa.kernel.exps that return QueryContext Modifier and Type Method Description QueryContext
Resolver. getQueryContext()
TheQueryContext
for which this resolver was created
-