| Package | Description |
|---|---|
| org.hibernate.engine.spi | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.stat.internal | |
| org.hibernate.stat.spi |
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
SessionFactoryImplementor.getStatistics() |
StatisticsImplementor |
SessionFactoryDelegatingImpl.getStatistics() |
default StatisticsImplementor |
SessionFactoryImplementor.getStatisticsImplementor()
Deprecated.
Just use
SessionFactoryImplementor.getStatistics() (with covariant return here as StatisticsImplementor). |
StatisticsImplementor |
SessionFactoryDelegatingImpl.getStatisticsImplementor() |
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
SessionFactoryImpl.getStatistics() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentStatisticsImpl
Implementation of
Statistics based on the java.util.concurrent package. |
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
SessionFactoryOptions sessionFactoryOptions,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<StatisticsImplementor> |
StatisticsInitiator.getServiceInitiated() |
| Modifier and Type | Method and Description |
|---|---|
StatisticsImplementor |
StatisticsFactory.buildStatistics(SessionFactoryImplementor sessionFactory) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.