Uses of Interface
org.hibernate.stat.spi.StatisticsImplementor
-
Packages that use StatisticsImplementor Package Description org.hibernate.engine.spi org.hibernate.stat.spi -
-
Uses of StatisticsImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementorSessionFactoryDelegatingImpl. getStatistics()StatisticsImplementorSessionFactoryImplementor. getStatistics()StatisticsImplementorSessionFactoryDelegatingImpl. getStatisticsImplementor()default StatisticsImplementorSessionFactoryImplementor. getStatisticsImplementor()Deprecated.(since 5.2) Just useSessionFactoryImplementor.getStatistics()(with covariant return here asStatisticsImplementor). -
Uses of StatisticsImplementor in org.hibernate.stat.spi
Methods in org.hibernate.stat.spi that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementorStatisticsFactory. buildStatistics(SessionFactoryImplementor sessionFactory)
-