接口的使用
org.hibernate.stat.Statistics
-
使用Statistics的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.stat.internal org.hibernate.stat.spi -
-
org.hibernate中Statistics的使用
返回Statistics的org.hibernate中的方法 修饰符和类型 方法 说明 StatisticsSessionFactory. getStatistics()Retrieve the statistics for this factory. -
org.hibernate.stat.internal中Statistics的使用
实现Statistics的org.hibernate.stat.internal中的类 修饰符和类型 类 说明 classStatisticsImplImplementation ofStatisticsbased on thejava.util.concurrentpackage. -
org.hibernate.stat.spi中Statistics的使用
org.hibernate.stat.spi中Statistics的子接口 修饰符和类型 接口 说明 interfaceStatisticsImplementorStatistics SPI for the Hibernate core.
-