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.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.query.internal org.hibernate.sql.results.caching.internal org.hibernate.stat.internal The built-in implementation of the statistics collection service.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 StatisticsImplementor
SessionFactoryDelegatingImpl. getStatistics()
StatisticsImplementor
SessionFactoryImplementor. getStatistics()
-
Uses of StatisticsImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementor
SessionFactoryImpl. getStatistics()
-
Uses of StatisticsImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type StatisticsImplementor Modifier and Type Method Description protected static HqlInterpretation
QueryInterpretationCacheStandardImpl. createHqlInterpretation(String queryString, Class<?> expectedResultType, HqlTranslator translator, StatisticsImplementor statistics)
Constructor parameters in org.hibernate.query.internal with type arguments of type StatisticsImplementor Constructor Description QueryInterpretationCacheDisabledImpl(Supplier<StatisticsImplementor> statisticsSupplier)
QueryInterpretationCacheStandardImpl(int maxQueryPlanCount, Supplier<StatisticsImplementor> statisticsSupplier)
-
Uses of StatisticsImplementor in org.hibernate.sql.results.caching.internal
Constructors in org.hibernate.sql.results.caching.internal with parameters of type StatisticsImplementor Constructor Description QueryCachePutManagerEnabledImpl(QueryResultsCache queryCache, StatisticsImplementor statistics, QueryKey queryKey, String queryIdentifier, JdbcValuesMetadata metadataForCache)
-
Uses of StatisticsImplementor in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement StatisticsImplementor Modifier and Type Class Description class
StatisticsImpl
Implementation ofStatistics
based on thejava.util.concurrent
package.Methods in org.hibernate.stat.internal that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementor
StatisticsInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
Methods in org.hibernate.stat.internal that return types with arguments of type StatisticsImplementor Modifier and Type Method Description Class<StatisticsImplementor>
StatisticsInitiator. getServiceInitiated()
-
Uses of StatisticsImplementor in org.hibernate.stat.spi
Methods in org.hibernate.stat.spi that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementor
StatisticsFactory. buildStatistics(SessionFactoryImplementor sessionFactory)
-