Package org.hibernate.stat.spi
Interface StatisticsFactory
-
public interface StatisticsFactory
Factory for custom implementations ofStatisticsImplementor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsImplementor
buildStatistics(SessionFactoryImplementor sessionFactory)
-
-
-
Method Detail
-
buildStatistics
StatisticsImplementor buildStatistics(SessionFactoryImplementor sessionFactory)
-
-