Uses of Interface
org.hibernate.stat.EntityStatistics
-
Packages that use EntityStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactoryand its interaction with the database and second-level cache. -
-
Uses of EntityStatistics in org.hibernate.stat
Methods in org.hibernate.stat that return EntityStatistics Modifier and Type Method Description EntityStatisticsStatistics. getEntityStatistics(String entityName)Obtain the statistics for the entity with the given name.
-