Uses of Interface
org.apache.openjpa.kernel.PreparedQueryCache.Exclusion
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionstatic class
Strong exclusion.static class
Weak exclusion.Modifier and TypeMethodDescriptionPreparedQueryImpl.initialize
(Object result) Initialize this receiver with post-execution result.PreparedQueryCacheImpl.isExcluded
(String id) Modifier and TypeMethodDescriptionPreparedQueryCacheImpl.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) -
Uses of PreparedQueryCache.Exclusion in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionPreparedQuery.initialize
(Object o) Initialize from the given argument.PreparedQueryCache.isExcluded
(String id) Returns the exclusion status of if the given query key.Modifier and TypeMethodDescriptionPreparedQueryCache.markUncachable
(String id, PreparedQueryCache.Exclusion exclusion) Marks the given key as not amenable to caching.