类 NaturalIdStatisticsImpl
- java.lang.Object
-
- org.hibernate.stat.internal.AbstractCacheableDataStatistics
-
- org.hibernate.stat.internal.NaturalIdStatisticsImpl
-
- 所有已实现的接口:
Serializable,CacheableDataStatistics,NaturalIdStatistics
public class NaturalIdStatisticsImpl extends AbstractCacheableDataStatistics implements NaturalIdStatistics, Serializable
NaturalId cache statistics of a specific entity- 作者:
- Eric Dalquist
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从接口继承的字段 org.hibernate.stat.CacheableDataStatistics
NOT_CACHED_COUNT
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 longgetExecutionAvgTime()average time in ms taken by the execution of this query onto the DBlonggetExecutionCount()queries executed to the DBlonggetExecutionMaxTime()max time in ms taken by the execution of this query onto the DBlonggetExecutionMinTime()min time in ms taken by the execution of this query onto the DBStringtoString()-
从类继承的方法 org.hibernate.stat.internal.AbstractCacheableDataStatistics
appendCacheStats, getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName, incrementCacheHitCount, incrementCacheMissCount, incrementCachePutCount
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
从接口继承的方法 org.hibernate.stat.CacheableDataStatistics
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName
-
-
-
-
方法详细资料
-
getExecutionCount
public long getExecutionCount()
queries executed to the DB- 指定者:
getExecutionCount在接口中NaturalIdStatistics
-
getExecutionAvgTime
public long getExecutionAvgTime()
average time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionAvgTime在接口中NaturalIdStatistics
-
getExecutionMaxTime
public long getExecutionMaxTime()
max time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionMaxTime在接口中NaturalIdStatistics
-
getExecutionMinTime
public long getExecutionMinTime()
min time in ms taken by the execution of this query onto the DB- 指定者:
getExecutionMinTime在接口中NaturalIdStatistics
-
-