Uses of Interface
org.hibernate.stat.EntityStatistics
-
Packages that use EntityStatistics Package Description org.hibernate.stat org.hibernate.stat.internal -
-
Uses of EntityStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return EntityStatistics Modifier and Type Method Description EntityStatistics
Statistics. getEntityStatistics(String entityName)
Obtain the statistics for the entity with the given name. -
Uses of EntityStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement EntityStatistics Modifier and Type Class Description class
EntityStatisticsImpl
Entity related statistics
-