Class HibernateEntityStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
org.jboss.as.jpa.hibernate.management.HibernateEntityStatistics
- All Implemented Interfaces:
Statistics
Hibernate entity statistics
- Author:
- Scott Marlow
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress) getNames()Methods inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getValue, isAttribute, isOperation, isWriteable, setValue
-
Field Details
-
OPERATION_ENTITY_DELETE_COUNT
- See Also:
-
OPERATION_ENTITY_INSERT_COUNT
- See Also:
-
OPERATION_ENTITY_LOAD_COUNT
- See Also:
-
OPERATION_ENTITY_FETCH_COUNT
- See Also:
-
OPERATION_ENTITY_UPDATE_COUNT
- See Also:
-
OPERATION_OPTIMISTIC_FAILURE_COUNT
- See Also:
-
-
Constructor Details
-
HibernateEntityStatistics
public HibernateEntityStatistics()
-
-
Method Details
-
getNames
- Specified by:
getNamesin interfaceStatistics- Overrides:
getNamesin classHibernateAbstractStatistics
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-