| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryStatistics | |
|---|---|
| org.apache.openjpa.jdbc.kernel | OpenJPA-JDBC Runtime Kernel | 
| org.apache.openjpa.kernel | OpenJPA Runtime Kernel | 
| 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 | |||||||||