| Package | Description |
|---|---|
| org.hibernate.cache.ehcache.management.impl |
Defines JMX support for the Ehcache integration
|
| org.hibernate.stat |
This package exposes statistics about a running Hibernate instance to the application.
|
| org.hibernate.stat.internal |
| Constructor and Description |
|---|
EntityStats(String name,
EntityStatistics src)
Constructor naming the stat and sourcing stats
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatistics |
Statistics.getEntityStatistics(String entityName)
find entity statistics per name
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentEntityStatisticsImpl
Entity related statistics
|
| Modifier and Type | Method and Description |
|---|---|
EntityStatistics |
ConcurrentStatisticsImpl.getEntityStatistics(String entityName)
find entity statistics per name
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.