Uses of Class
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
 

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