public interface EntityStatistics extends CacheableDataStatistics, Serializable
NOT_CACHED_COUNT| Modifier and Type | Method and Description | 
|---|---|
long | 
getDeleteCount()
Number of times (since last Statistics clearing) this entity
 has been deleted 
 | 
long | 
getFetchCount()
Number of times (since last Statistics clearing) this entity
 has been fetched 
 | 
long | 
getInsertCount()
Number of times (since last Statistics clearing) this entity
 has been inserted 
 | 
long | 
getLoadCount()
Number of times (since last Statistics clearing) this entity
 has been loaded 
 | 
long | 
getOptimisticFailureCount()
Number of times (since last Statistics clearing) this entity
 has experienced an optimistic lock failure. 
 | 
long | 
getUpdateCount()
Number of times (since last Statistics clearing) this entity
 has been updated 
 | 
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionNamelong getDeleteCount()
long getInsertCount()
long getUpdateCount()
long getLoadCount()
long getFetchCount()
long getOptimisticFailureCount()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.