Uses of Interface
org.hibernate.stat.EntityStatistics
-
Packages that use EntityStatistics Package Description org.hibernate.stat This package exposes statistics about a running instance ofSessionFactory
and its interaction with the database and second-level cache.org.hibernate.stat.internal The built-in implementation of the statistics collection service. -
-
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
-