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.processor.validation Validation for HQL queries.org.hibernate.query.internal org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".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
JdbcSessionContextImpl. getStatistics()
StatisticsImplementor
SessionFactoryImpl. getStatistics()
-
Uses of StatisticsImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementor
MockSessionFactory. 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 <R> HqlInterpretation<R>
QueryInterpretationCacheStandardImpl. createHqlInterpretation(String queryString, Class<R> 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.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatisticsImplementor Modifier and Type Method Description StatisticsImplementor
JdbcSessionContext. getStatistics()
-
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, CachedJdbcValuesMetadata 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)
-