站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

CategorizedStatistics (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.stat
Class CategorizedStatistics

java.lang.Object
  extended byorg.hibernate.stat.CategorizedStatistics
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectionStatistics, EntityStatistics, QueryStatistics, SecondLevelCacheStatistics

public class CategorizedStatistics
extends Object
implements Serializable

Statistics for a particular "category" (a named entity, collection role, second level cache region or query).

Author:
Gavin King
See Also:
Serialized Form

Method Summary
 String getCategoryName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategoryName

public String getCategoryName()