Uses of Interface
org.hibernate.stat.EntityStatistics

Packages that use EntityStatistics
org.hibernate.cache.ehcache.management.impl   
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. 
org.hibernate.stat.internal   
 

Uses of EntityStatistics in org.hibernate.cache.ehcache.management.impl
 

Constructors in org.hibernate.cache.ehcache.management.impl with parameters of type EntityStatistics
EntityStats(String name, EntityStatistics src)
           
 

Uses of EntityStatistics in org.hibernate.jmx
 

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

Uses of EntityStatistics in org.hibernate.stat
 

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

Uses of EntityStatistics in org.hibernate.stat.internal
 

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

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



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