Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
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 |
---|---|
Statistics |
SessionFactory.getStatistics()
Retrieve the statistics fopr this factory.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
SessionFactoryDelegatingImpl.getStatistics() |
Modifier and Type | Method and Description |
---|---|
Statistics |
SessionFactoryImpl.getStatistics() |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentStatisticsImpl
Implementation of
Statistics based on the java.util.concurrent package. |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsImplementor
Statistics SPI for the Hibernate core.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.