Class HibernateEntityStatistics
- java.lang.Object
-
- org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
-
- org.jboss.as.jpa.hibernate5.management.HibernateEntityStatistics
-
- All Implemented Interfaces:
org.jipijapa.management.spi.Statistics
public class HibernateEntityStatistics extends HibernateAbstractStatistics
Hibernate entity statistics
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATION_ENTITY_DELETE_COUNT
static String
OPERATION_ENTITY_FETCH_COUNT
static String
OPERATION_ENTITY_INSERT_COUNT
static String
OPERATION_ENTITY_LOAD_COUNT
static String
OPERATION_ENTITY_UPDATE_COUNT
static String
OPERATION_OPTIMISTIC_FAILURE_COUNT
-
Constructor Summary
Constructors Constructor Description HibernateEntityStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
Set<String>
getNames()
-
Methods inherited from class org.jboss.as.jpa.hibernate5.management.HibernateAbstractStatistics
getChild, getChildrenNames, getEntityManagerFactory, getEntityManagerFactoryAccess, getOperations, getPathAddress, getResourceBundleKeyPrefix, getResourceBundleName, getStatisticName, getType, getTypes, getValue, getWriteableNames, isAttribute, isOperation, isWriteable, setChildrenNames, setOperations, setTypes, setValue, setWriteableNames
-
-
-
-
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:
getNames
in interfaceorg.jipijapa.management.spi.Statistics
- Overrides:
getNames
in classHibernateAbstractStatistics
-
getDynamicChildrenNames
public Collection<String> getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
-
-