|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatisticsImplementor | |
|---|---|
| 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 | |
| Uses of StatisticsImplementor in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return StatisticsImplementor | |
|---|---|
StatisticsImplementor |
SessionFactoryImplementor.getStatisticsImplementor()
Statistics SPI |
| Uses of StatisticsImplementor in org.hibernate.engine.transaction.spi |
|---|
| Methods in org.hibernate.engine.transaction.spi that return StatisticsImplementor | |
|---|---|
StatisticsImplementor |
TransactionEnvironment.getStatisticsImplementor()
Get access to the statistics collector |
| Uses of StatisticsImplementor in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return StatisticsImplementor | |
|---|---|
StatisticsImplementor |
SessionFactoryImpl.getStatisticsImplementor()
|
StatisticsImplementor |
TransactionEnvironmentImpl.getStatisticsImplementor()
|
| Uses of StatisticsImplementor in org.hibernate.stat.internal |
|---|
| Classes in org.hibernate.stat.internal that implement StatisticsImplementor | |
|---|---|
class |
ConcurrentStatisticsImpl
Implementation of Statistics based on the java.util.concurrent package. |
| Methods in org.hibernate.stat.internal that return StatisticsImplementor | |
|---|---|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
Configuration configuration,
ServiceRegistryImplementor registry)
|
StatisticsImplementor |
StatisticsInitiator.initiateService(SessionFactoryImplementor sessionFactory,
MetadataImplementor metadata,
ServiceRegistryImplementor registry)
|
| Methods in org.hibernate.stat.internal that return types with arguments of type StatisticsImplementor | |
|---|---|
Class<StatisticsImplementor> |
StatisticsInitiator.getServiceInitiated()
|
| Uses of StatisticsImplementor in org.hibernate.stat.spi |
|---|
| Methods in org.hibernate.stat.spi that return StatisticsImplementor | |
|---|---|
StatisticsImplementor |
StatisticsFactory.buildStatistics(SessionFactoryImplementor sessionFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||