| Name | Description | Type | Package | Framework |
| CategorizedStatistics | Statistics for a particular "category" (a named entity, collection role, second level cache region or query). | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| CollectionStatistics | | Interface | org.hibernate.stat | Hibernate ORM |
|
| ConcurrentCollectionStatisticsImpl | Collection related statisticsSee Also:Serialized Form | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| ConcurrentEntityStatisticsImpl | Entity related statisticsSee Also:Serialized Form | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| ConcurrentNaturalIdCacheStatisticsImpl | NaturalId cache statistics of a specific regionSee Also:Serialized Form | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| ConcurrentQueryStatisticsImpl | Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| ConcurrentSecondLevelCacheStatisticsImpl | Second level cache statistics of a specific regionSee Also:Serialized Form | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| ConcurrentStatisticsImpl | See Also:Serialized FormConstructor SummaryConcurrentStatisticsImpl() | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| EntityStatistics | | Interface | org.hibernate.stat | Hibernate ORM |
|
| NaturalIdCacheStatistics | NaturalId query statistics Note that for a cached natural id, the cache miss is equals to the db count | Interface | org.hibernate.stat | Hibernate ORM |
|
| QueryStatistics | Query statistics (HQL and SQL) Note that for a cached query, the cache miss is equals to the db count | Interface | org.hibernate.stat | Hibernate ORM |
|
| SecondLevelCacheStatistics | | Interface | org.hibernate.stat | Hibernate ORM |
|
| SessionStatistics | Information about the first-level (session) cache for a particular session instance | Interface | org.hibernate.stat | Hibernate ORM |
|
| SessionStatisticsImpl | | Class | org.hibernate.stat.internal | Hibernate ORM |
|
| StatelessSession | A command-oriented API for performing bulk operations against a database. | Interface | org.hibernate | Hibernate ORM |
|
| StatelessSessionBuilder | Represents a consolidation of all stateless session creation options into a builder style delegate. | Interface | org.hibernate | Hibernate ORM |
|
| Statistics | Exposes statistics for a particular SessionFactory. | Interface | org.hibernate.stat | Hibernate ORM |
|
| StatisticsFactory | | Interface | org.hibernate.stat.spi | Hibernate ORM |
|
| StatisticsImplementor | Statistics SPI for the Hibernate core. | Interface | org.hibernate.stat.spi | Hibernate ORM |
|
| StatisticsInitiator | | Class | org.hibernate.stat.internal | Hibernate ORM |