Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
Packages that use PreparedQueryCache.Exclusion
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement PreparedQueryCache.ExclusionModifier and TypeClassDescriptionstatic class
Strong exclusion.static class
Weak exclusion.Methods in org.apache.openjpa.jdbc.kernel that return PreparedQueryCache.ExclusionModifier and TypeMethodDescriptionPreparedQueryImpl.initialize
(Object result) Initialize this receiver with post-execution result.PreparedQueryCacheImpl.isExcluded
(String id) Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type PreparedQueryCache.ExclusionMethods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQueryCache.ExclusionModifier and TypeMethodDescriptionPreparedQueryCacheImpl.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) -
Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.kernel
Methods in org.apache.openjpa.kernel that return PreparedQueryCache.ExclusionModifier and TypeMethodDescriptionPreparedQuery.initialize
(Object o) Initialize from the given argument.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.ExclusionMethods in org.apache.openjpa.kernel with parameters of type PreparedQueryCache.ExclusionModifier and TypeMethodDescriptionPreparedQueryCache.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) Marks the given key as not amenable to caching.