Uses of Interface
org.apache.openjpa.kernel.Query
-
Packages that use Query Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.meta OpenJPA Metadata -
-
Uses of Query in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type Query Modifier and Type Method Description static QueryKeyQueryKey. newInstance(Query q)Return a key for the given query, or null if it is not cacheable.static QueryKeyQueryKey. newInstance(Query q, Object[] args)Return a key for the given query, or null if it is not cacheable.static QueryKeyQueryKey. 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.kernel
Classes in org.apache.openjpa.kernel that implement Query Modifier and Type Class Description classDelegatingQueryDelegating query that can also perform exception translation for use in facades.classQueryImplImplementation of theQueryinterface.Methods in org.apache.openjpa.kernel that return Query Modifier and Type Method Description QueryDelegatingQuery. getDelegate()Return the direct delegate.QueryDelegatingQuery. getInnermostDelegate()Return the native delegate.QueryDelegatingQuery. getQuery()QueryQueryContext. getQuery()Return the query for this context.QueryQueryImpl. getQuery()QueryBroker. newQuery(String language, Class cls, Object query)Create a new query from the given data, with the given candidate class and language.QueryBroker. newQuery(String language, Object query)Create a new query in the given language.QueryBrokerImpl. newQuery(String lang, Class cls, Object query)QueryBrokerImpl. newQuery(String lang, Object query)QueryDelegatingBroker. newQuery(String language, Class cls, Object query)QueryDelegatingBroker. newQuery(String language, Object query)Methods in org.apache.openjpa.kernel with parameters of type Query Modifier and Type Method Description BooleanPreparedQueryCache. register(String key, Query query, FetchConfiguration hints)Register the given query for caching against the given key if it has not already been cached.voidPreparedQuery. setInto(Query q)Fill in the post-compilation state of the given Query.Constructors in org.apache.openjpa.kernel with parameters of type Query Constructor Description 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 Modifier and Type Method Description voidQueryMetaData. setFrom(Query query)Initialize this instance from the values held in the specifiedQuery.voidQueryMetaData. setInto(Query query)Set query template information into the given concrete query instance.
-