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 java.lang.String
OPERATION_ENTITY_DELETE_COUNT
static java.lang.String
OPERATION_ENTITY_FETCH_COUNT
static java.lang.String
OPERATION_ENTITY_INSERT_COUNT
static java.lang.String
OPERATION_ENTITY_LOAD_COUNT
static java.lang.String
OPERATION_ENTITY_UPDATE_COUNT
static java.lang.String
OPERATION_OPTIMISTIC_FAILURE_COUNT
-
Constructor Summary
Constructors Constructor Description HibernateEntityStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
java.util.Set<java.lang.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 java.lang.String OPERATION_ENTITY_DELETE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_INSERT_COUNT
public static final java.lang.String OPERATION_ENTITY_INSERT_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_LOAD_COUNT
public static final java.lang.String OPERATION_ENTITY_LOAD_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_FETCH_COUNT
public static final java.lang.String OPERATION_ENTITY_FETCH_COUNT
- See Also:
- Constant Field Values
-
OPERATION_ENTITY_UPDATE_COUNT
public static final java.lang.String OPERATION_ENTITY_UPDATE_COUNT
- See Also:
- Constant Field Values
-
OPERATION_OPTIMISTIC_FAILURE_COUNT
public static final java.lang.String OPERATION_OPTIMISTIC_FAILURE_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNames
public java.util.Set<java.lang.String> getNames()
- Specified by:
getNames
in interfaceorg.jipijapa.management.spi.Statistics
- Overrides:
getNames
in classHibernateAbstractStatistics
-
getDynamicChildrenNames
public java.util.Collection<java.lang.String> getDynamicChildrenNames(org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryLookup, org.jipijapa.management.spi.PathAddress pathAddress)
-
-