Uses of Class
org.hibernate.stat.EntityStatistics

Packages that use EntityStatistics
org.hibernate.jmx   
org.hibernate.stat   
 

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 Statistics.getEntityStatistics(String entityName)
          find entity statistics per name
 EntityStatistics StatisticsImpl.getEntityStatistics(String entityName)
          find entity statistics per name