Uses of Interface
org.hibernate.stat.EntityStatistics

Packages that use EntityStatistics
org.hibernate.jmx This package exposes a Hibernate instance via JMX. 
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application. 
 

Uses of EntityStatistics in org.hibernate.jmx
 

Methods in org.hibernate.jmx that return EntityStatistics
 EntityStatistics StatisticsService.getEntityStatistics(String entityName)
           
 

Uses of EntityStatistics in org.hibernate.stat
 

Classes in org.hibernate.stat that implement EntityStatistics
 class ConcurrentEntityStatisticsImpl
          Entity related statistics
 class EntityStatisticsImpl
          Entity related statistics
 

Methods in org.hibernate.stat that return EntityStatistics
 EntityStatistics StatisticsImpl.getEntityStatistics(String entityName)
          Deprecated. find entity statistics per name
 EntityStatistics Statistics.getEntityStatistics(String entityName)
          find entity statistics per name
 EntityStatistics ConcurrentStatisticsImpl.getEntityStatistics(String entityName)
          find entity statistics per name
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.