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 class
PreparedQueryCacheImpl.StrongExclusion
Strong exclusion.static class
PreparedQueryCacheImpl.WeakExclusion
Weak exclusion.Methods in org.apache.openjpa.jdbc.kernel that return PreparedQueryCache.Exclusion Modifier and Type Method Description PreparedQueryCache.Exclusion
PreparedQueryImpl. initialize(java.lang.Object result)
Initialize this receiver with post-execution result.PreparedQueryCache.Exclusion
PreparedQueryCacheImpl. isExcluded(java.lang.String id)
Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type PreparedQueryCache.Exclusion Modifier and Type Method Description java.util.List<PreparedQueryCache.Exclusion>
PreparedQueryCacheImpl. getExcludes()
Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQueryCache.Exclusion Modifier and Type Method Description PreparedQuery
PreparedQueryCacheImpl. markUncachable(java.lang.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.Exclusion
PreparedQuery. initialize(java.lang.Object o)
Initialize from the given argument.PreparedQueryCache.Exclusion
PreparedQueryCache. isExcluded(java.lang.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 java.util.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 PreparedQuery
PreparedQueryCache. markUncachable(java.lang.String id, PreparedQueryCache.Exclusion exclusion)
Marks the given key as not amenable to caching.
-