Class HibernateStatisticsSupplier

java.lang.Object
com.atlassian.confluence.impl.jmx.HibernateStatisticsSupplier
All Implemented Interfaces:
Supplier<org.hibernate.stat.Statistics>

public class HibernateStatisticsSupplier extends Object implements Supplier<org.hibernate.stat.Statistics>
Spring Factory Bean which will create Hibernate Statistic
Since:
7.14
  • Constructor Details

    • HibernateStatisticsSupplier

      public HibernateStatisticsSupplier(org.hibernate.SessionFactory sessionFactory)
  • Method Details

    • get

      public org.hibernate.stat.Statistics get()
      Specified by:
      get in interface Supplier<org.hibernate.stat.Statistics>