Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache.Exclusion

Packages that use PreparedQueryCache.Exclusion
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return PreparedQueryCache.Exclusion
 PreparedQueryCache.Exclusion PreparedQuery.initialize(Object o)
          Initialize from the given argument.
 PreparedQueryCache.Exclusion PreparedQueryCache.isExcluded(String id)
          Returns the exclusion status of if the given query key.
 

Methods in org.apache.openjpa.kernel that return types with arguments of type PreparedQueryCache.Exclusion
 List<PreparedQueryCache.Exclusion> PreparedQueryCache.getExcludes()
          Gets the exclusion patterns.
 

Methods in org.apache.openjpa.kernel with parameters of type PreparedQueryCache.Exclusion
 PreparedQuery PreparedQueryCache.markUncachable(String id, PreparedQueryCache.Exclusion exclusion)
          Marks the given key as not amenable to caching.
 



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