[Missing <summary> documentation for "N:NHibernate.Stat"]
Classes
Class | Description | |
---|---|---|
CategorizedStatistics |
Statistics for a particular "category" (a named entity,
collection role, second level cache region or query).
| |
CollectionStatistics | Collection related statistics | |
EntityStatistics | Entity related statistics | |
QueryStatistics | Query statistics (HQL and SQL) | |
SecondLevelCacheStatistics | Second level cache statistics of a specific region | |
SessionStatisticsImpl | ||
StatisticsImpl |
Interfaces
Interface | Description | |
---|---|---|
ISessionStatistics |
Information about the first-level (session) cache for a particular session instance
| |
IStatistics |
Statistics for a particular ISessionFactory.
Beware of metrics, they are dependent of the Stopwatch precision:
| |
IStatisticsImplementor | Statistics SPI for the NHibernate core |