Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
Packages that use PreparedQueryCache.Exclusion Package Description 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 Modifier and Type Method Description PreparedQueryCache.ExclusionPreparedQuery. initialize(Object o)Initialize from the given argument.PreparedQueryCache.ExclusionPreparedQueryCache. 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 Modifier and Type Method Description List<PreparedQueryCache.Exclusion>PreparedQueryCache. getExcludes()Gets the exclusion patterns.Methods in org.apache.openjpa.kernel with parameters of type PreparedQueryCache.Exclusion Modifier and Type Method Description PreparedQueryPreparedQueryCache. markUncachable(String id, PreparedQueryCache.Exclusion exclusion)Marks the given key as not amenable to caching.
-