Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.stat.spi |
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
SessionFactoryImplementor.getStatistics() |
StatisticsImplementor |
SessionFactoryDelegatingImpl.getStatistics() |
default StatisticsImplementor |
SessionFactoryImplementor.getStatisticsImplementor()
Deprecated.
(since 5.2) Just use
SessionFactoryImplementor.getStatistics() (with covariant return here as StatisticsImplementor ). |
StatisticsImplementor |
SessionFactoryDelegatingImpl.getStatisticsImplementor() |
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
StatisticsFactory.buildStatistics(SessionFactoryImplementor sessionFactory) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.