Uses of Class
org.jbpm.services.task.audit.JPATaskLifeCycleEventListener
-
Packages that use JPATaskLifeCycleEventListener Package Description org.jbpm.services.task.audit -
-
Uses of JPATaskLifeCycleEventListener in org.jbpm.services.task.audit
Methods in org.jbpm.services.task.audit that return JPATaskLifeCycleEventListener Modifier and Type Method Description static JPATaskLifeCycleEventListener
TaskAuditLoggerFactory. newJPAInstance()
Creates new instance of JPA task audit loggerstatic JPATaskLifeCycleEventListener
TaskAuditLoggerFactory. newJPAInstance(javax.persistence.EntityManagerFactory emf)
Creates new instance of JPA task audit logger with given entity manager factory
-