org.hibernate.stat
Class CategorizedStatistics

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

public class CategorizedStatistics
extends java.lang.Object
implements java.io.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
 java.lang.String getCategoryName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCategoryName

public java.lang.String getCategoryName()


Copyright © 2008 Hibernate.org. All Rights Reserved.