Uses of Class
org.hibernate.stat.EntityStatistics

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

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
 



Copyright © 2011 Hibernate.org. All Rights Reserved.