Java org.hibernate.stat QueryStatistics fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.stat QueryStatistics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.stat QueryStatistics.

The text is from its open source code.

Method

longgetCacheHitCount()
The number of cache hits for this query.
longgetCacheMissCount()
The number of cache misses for this query
longgetCachePutCount()
The number of cache puts for this query
longgetExecutionAvgTime()
What is the average amount time taken to execute this query?
longgetExecutionCount()
How many times has this query been executed?
longgetExecutionMaxTime()
What is the max amount time taken to execute this query?
longgetExecutionMinTime()
What is the min amount time taken to execute this query?
longgetExecutionRowCount()
How many ResultSet rows have been processed for this query ?