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

Packages that use PreparedQuery
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

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

Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQuery
 class PreparedQueryImpl
          Implements PreparedQuery for SQL queries.
 

Methods in org.apache.openjpa.jdbc.kernel that return PreparedQuery
 PreparedQuery PreparedQueryCacheImpl.get(String id)
           
 PreparedQuery PreparedQueryCacheImpl.initialize(String key, Object result)
           
 PreparedQuery PreparedQueryCacheImpl.markUncachable(String id, PreparedQueryCache.Exclusion exclusion)
           
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQuery
 boolean PreparedQueryCacheImpl.cache(PreparedQuery q)
          Cache the given query keyed by its identifier.
 

Uses of PreparedQuery in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return PreparedQuery
 PreparedQuery PreparedQueryCache.get(String id)
          Get the PreparedQuery with the given identifier if it exists.
 PreparedQuery PreparedQueryCache.initialize(String key, Object executionResult)
          Initialize the cached Prepared Query registered with the given key earlier by the given execution result.
 PreparedQuery PreparedQueryCache.markUncachable(String id, PreparedQueryCache.Exclusion exclusion)
          Marks the given key as not amenable to caching.
 

Methods in org.apache.openjpa.kernel with parameters of type PreparedQuery
 boolean PreparedQueryCache.cache(PreparedQuery q)
          Cache the given PreparedQuery.
 

Uses of PreparedQuery in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return PreparedQuery
(package private)  PreparedQuery EntityManagerImpl.getPreparedQuery(String id)
          Gets the prepared query cached by the given key.
 



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