Uses of Interface
org.apache.openjpa.kernel.QueryStatistics
Packages that use QueryStatistics
Package
Description
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of QueryStatistics in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement QueryStatisticsModifier and TypeClassDescriptionstatic classA default implementation of query statistics for the Query result cache.Methods in org.apache.openjpa.datacache that return QueryStatisticsModifier and TypeMethodDescriptionAbstractQueryCache.getStatistics()DelegatingQueryCache.getStatistics()QueryCache.getStatistics()Gets the simple statistics for query results. -
Uses of QueryStatistics in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel that return QueryStatisticsModifier and TypeMethodDescriptionFinderCacheImpl.getStatistics()Gets basic statistics of execution and hit count of finder queries.PreparedQueryCacheImpl.getStatistics() -
Uses of QueryStatistics in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement QueryStatisticsModifier and TypeClassDescriptionstatic classA default implementation.static classA do-nothing implementation.Methods in org.apache.openjpa.kernel that return QueryStatisticsModifier and TypeMethodDescriptionFinderCache.getStatistics()Gets the simple statistics for executed finder queries.PreparedQueryCache.getStatistics()Gets the simple statistics for executed queries.