Uses of Interface
org.hibernate.stat.spi.StatisticsImplementor
-
Packages that use StatisticsImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.stat.spi An SPI allowing customized statistics collection. -
-
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() -
Uses of StatisticsImplementor in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementorJdbcSessionContext. getStatistics() -
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)
-