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