Class HibernateEntityStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate.management.HibernateEntityStatistics
-
- All Implemented Interfaces:
Statistics
public class HibernateEntityStatistics extends HibernateAbstractStatistics
Hibernate entity statistics- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_ENTITY_DELETE_COUNTstatic StringOPERATION_ENTITY_FETCH_COUNTstatic StringOPERATION_ENTITY_INSERT_COUNTstatic StringOPERATION_ENTITY_LOAD_COUNTstatic StringOPERATION_ENTITY_UPDATE_COUNTstatic StringOPERATION_OPTIMISTIC_FAILURE_COUNT-
Fields inherited from class org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
childrenNames, operations, rbs, types, writeableNames
-
-
Constructor Summary
Constructors Constructor Description HibernateEntityStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)Set<String>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 Detail
-
OPERATION_ENTITY_DELETE_COUNT
public static final String OPERATION_ENTITY_DELETE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_INSERT_COUNT
public static final String OPERATION_ENTITY_INSERT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_LOAD_COUNT
public static final String OPERATION_ENTITY_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_FETCH_COUNT
public static final String OPERATION_ENTITY_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_UPDATE_COUNT
public static final String OPERATION_ENTITY_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_OPTIMISTIC_FAILURE_COUNT
public static final String OPERATION_OPTIMISTIC_FAILURE_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNames
public Set<String> getNames()
- Specified by:
getNamesin interfaceStatistics- Overrides:
getNamesin classHibernateAbstractStatistics
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup, PathAddress pathAddress)
-
-