站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

Uses of Interface org.hibernate.stat.SessionStatistics (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.stat.SessionStatistics

Packages that use SessionStatistics
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.stat This package exposes statistics about a running Hibernate instance to the application. 
 

Uses of SessionStatistics in org.hibernate
 

Methods in org.hibernate that return SessionStatistics
 SessionStatistics Session.getStatistics()
          Get the statistics for this session.
 

Uses of SessionStatistics in org.hibernate.impl
 

Methods in org.hibernate.impl that return SessionStatistics
 SessionStatistics SessionImpl.getStatistics()
           
 

Uses of SessionStatistics in org.hibernate.stat
 

Classes in org.hibernate.stat that implement SessionStatistics
 class SessionStatisticsImpl