Uses of Interface
org.activiti.engine.impl.persistence.entity.EventLogEntryEntityManager
-
Packages that use EventLogEntryEntityManager Package Description org.activiti.engine.impl.cfg org.activiti.engine.impl.interceptor org.activiti.engine.impl.persistence.entity -
-
Uses of EventLogEntryEntityManager in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as EventLogEntryEntityManager Modifier and Type Field Description protected EventLogEntryEntityManagerProcessEngineConfigurationImpl. eventLogEntryEntityManagerMethods in org.activiti.engine.impl.cfg that return EventLogEntryEntityManager Modifier and Type Method Description EventLogEntryEntityManagerProcessEngineConfigurationImpl. getEventLogEntryEntityManager()Methods in org.activiti.engine.impl.cfg with parameters of type EventLogEntryEntityManager Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setEventLogEntryEntityManager(EventLogEntryEntityManager eventLogEntryEntityManager) -
Uses of EventLogEntryEntityManager in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return EventLogEntryEntityManager Modifier and Type Method Description EventLogEntryEntityManagerCommandContext. getEventLogEntryEntityManager() -
Uses of EventLogEntryEntityManager in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement EventLogEntryEntityManager Modifier and Type Class Description classEventLogEntryEntityManagerImpl
-