Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
-
Packages that use PreparedQueryCache.Exclusion Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryCache.Exclusion Modifier and Type Class Description static classPreparedQueryCacheImpl.StrongExclusionStrong exclusion.static classPreparedQueryCacheImpl.WeakExclusionWeak exclusion.Methods in org.apache.openjpa.jdbc.kernel that return PreparedQueryCache.Exclusion Modifier and Type Method Description PreparedQueryCache.ExclusionPreparedQueryImpl. initialize(Object result)Initialize this receiver with post-execution result.PreparedQueryCache.ExclusionPreparedQueryCacheImpl. isExcluded(String id)Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type PreparedQueryCache.Exclusion Modifier and Type Method Description List<PreparedQueryCache.Exclusion>PreparedQueryCacheImpl. getExcludes()Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQueryCache.Exclusion Modifier and Type Method Description PreparedQueryPreparedQueryCacheImpl. markUncachable(String id, PreparedQueryCache.Exclusion exclusion) -
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.
-