Uses of Interface
org.hibernate.stat.CacheableDataStatistics
-
Packages that use CacheableDataStatistics 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 -
-
Uses of CacheableDataStatistics in org.hibernate.stat
Subinterfaces of CacheableDataStatistics in org.hibernate.stat Modifier and Type Interface Description interface
CollectionStatistics
Collection-related statistics.interface
EntityStatistics
Entity-related statistics.interface
NaturalIdStatistics
Statistics pertaining to the execution of queries which resolve a natural id lookup against the database. -
Uses of CacheableDataStatistics in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement CacheableDataStatistics Modifier and Type Class Description class
AbstractCacheableDataStatistics
class
CollectionStatisticsImpl
Collection related statisticsclass
EntityStatisticsImpl
Entity related statisticsclass
NaturalIdStatisticsImpl
NaturalId cache statistics of a specific entity
-