Uses of Interface
org.hibernate.stat.spi.StatisticsImplementor
Packages that use StatisticsImplementor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Validation for HQL queries.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
The built-in implementation of the statistics collection service.
An SPI allowing customized statistics collection.
-
Uses of StatisticsImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatisticsImplementorModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getStatistics()
SessionFactoryImplementor.getStatistics()
-
Uses of StatisticsImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return StatisticsImplementorModifier and TypeMethodDescriptionJdbcSessionContextImpl.getStatistics()
SessionFactoryImpl.getStatistics()
-
Uses of StatisticsImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return StatisticsImplementor -
Uses of StatisticsImplementor in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type StatisticsImplementorModifier and TypeMethodDescriptionprotected static <R> HqlInterpretation<R>
QueryInterpretationCacheStandardImpl.createHqlInterpretation
(String queryString, Class<R> expectedResultType, HqlTranslator translator, StatisticsImplementor statistics) -
Uses of StatisticsImplementor in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatisticsImplementorConstructors in org.hibernate.resource.jdbc.spi with parameters of type StatisticsImplementorModifierConstructorDescriptionJdbcEventHandler
(StatisticsImplementor statistics, SessionEventListenerManager sessionListener, Supplier<JdbcCoordinator> jdbcCoordinatorSupplier) -
Uses of StatisticsImplementor in org.hibernate.sql.results.caching.internal
Constructors in org.hibernate.sql.results.caching.internal with parameters of type StatisticsImplementorModifierConstructorDescriptionQueryCachePutManagerEnabledImpl
(QueryResultsCache queryCache, StatisticsImplementor statistics, QueryKey queryKey, String queryIdentifier, CachedJdbcValuesMetadata metadataForCache) -
Uses of StatisticsImplementor in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement StatisticsImplementorModifier and TypeClassDescriptionclass
Implementation ofStatistics
based on thejava.util.concurrent
package.Methods in org.hibernate.stat.internal that return StatisticsImplementorModifier and TypeMethodDescriptionStatisticsInitiator.initiateService
(SessionFactoryServiceInitiatorContext context) Methods in org.hibernate.stat.internal that return types with arguments of type StatisticsImplementor -
Uses of StatisticsImplementor in org.hibernate.stat.spi
Methods in org.hibernate.stat.spi that return StatisticsImplementorModifier and TypeMethodDescriptionStatisticsFactory.buildStatistics
(SessionFactoryImplementor sessionFactory)