|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryStatistics | |
---|---|
org.apache.openjpa.datacache | OpenJPA Data Cache |
org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel |
org.apache.openjpa.kernel | OpenJPA Runtime Kernel |
Uses of QueryStatistics in org.apache.openjpa.datacache |
---|
Classes in org.apache.openjpa.datacache that implement QueryStatistics | |
---|---|
static class |
AbstractQueryCache.Default<T>
A default implementation of query statistics for the Query result cache. |
Methods in org.apache.openjpa.datacache that return QueryStatistics | |
---|---|
QueryStatistics<QueryKey> |
QueryCache.getStatistics()
Gets the simple statistics for query results. |
QueryStatistics<QueryKey> |
DelegatingQueryCache.getStatistics()
|
QueryStatistics<QueryKey> |
AbstractQueryCache.getStatistics()
|
Uses of QueryStatistics in org.apache.openjpa.jdbc.kernel |
---|
Methods in org.apache.openjpa.jdbc.kernel that return QueryStatistics | |
---|---|
QueryStatistics<String> |
PreparedQueryCacheImpl.getStatistics()
|
QueryStatistics<ClassMapping> |
FinderCacheImpl.getStatistics()
Gets basic statistics of execution and hit count of finder queries. |
Uses of QueryStatistics in org.apache.openjpa.kernel |
---|
Classes in org.apache.openjpa.kernel that implement QueryStatistics | |
---|---|
static class |
QueryStatistics.Default<T>
A default implementation. |
static class |
QueryStatistics.None<T>
A do-nothing implementation. |
Methods in org.apache.openjpa.kernel that return QueryStatistics | |
---|---|
QueryStatistics<String> |
PreparedQueryCache.getStatistics()
Gets the simple statistics for executed queries. |
QueryStatistics<K> |
FinderCache.getStatistics()
Gets the simple statistics for executed finder queries. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |