Class 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 Detail

      • HibernateStatisticsSupplier

        public HibernateStatisticsSupplier​(org.hibernate.SessionFactory sessionFactory)
    • Method Detail

      • get

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