Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.engine.transaction.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.getStatisticsImplementor()
Statistics SPI
|
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
TransactionEnvironment.getStatisticsImplementor()
Get access to the statistics collector
|
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
SessionFactoryImpl.getStatisticsImplementor() |
StatisticsImplementor |
TransactionEnvironmentImpl.getStatisticsImplementor() |
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,
Configuration configuration,
ServiceRegistryImplementor registry) |
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<StatisticsImplementor> |
StatisticsInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
StatisticsImplementor |
StatisticsFactory.buildStatistics(SessionFactoryImplementor sessionFactory) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.