|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparedQueryCache.Exclusion | |
---|---|
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.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 | |
---|---|
static class |
PreparedQueryCacheImpl.StrongExclusion
Strong exclusion. |
static class |
PreparedQueryCacheImpl.WeakExclusion
Weak exclusion. |
Methods in org.apache.openjpa.jdbc.kernel that return PreparedQueryCache.Exclusion | |
---|---|
PreparedQueryCache.Exclusion |
PreparedQueryImpl.initialize(Object result)
Initialize this receiver with post-execution result. |
PreparedQueryCache.Exclusion |
PreparedQueryCacheImpl.isExcluded(String id)
|
Methods in org.apache.openjpa.jdbc.kernel that return types with arguments of type PreparedQueryCache.Exclusion | |
---|---|
List<PreparedQueryCache.Exclusion> |
PreparedQueryCacheImpl.getExcludes()
|
Methods in org.apache.openjpa.jdbc.kernel with parameters of type PreparedQueryCache.Exclusion | |
---|---|
PreparedQuery |
PreparedQueryCacheImpl.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 | |
---|---|
PreparedQueryCache.Exclusion |
PreparedQuery.initialize(Object o)
Initialize from the given argument. |
PreparedQueryCache.Exclusion |
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.Exclusion | |
---|---|
List<PreparedQueryCache.Exclusion> |
PreparedQueryCache.getExcludes()
Gets the exclusion patterns. |
Methods in org.apache.openjpa.kernel with parameters of type PreparedQueryCache.Exclusion | |
---|---|
PreparedQuery |
PreparedQueryCache.markUncachable(String id,
PreparedQueryCache.Exclusion exclusion)
Marks the given key as not amenable to caching. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |