Package org.jbpm.services.ejb.impl.tx
Class AuditTransactionalCommandServiceEJBImpl
- java.lang.Object
-
- org.jbpm.shared.services.impl.TransactionalCommandService
-
- org.jbpm.services.ejb.impl.tx.AuditTransactionalCommandServiceEJBImpl
-
- All Implemented Interfaces:
org.kie.api.runtime.CommandExecutor
public class AuditTransactionalCommandServiceEJBImpl extends TransactionalCommandService
-
-
Field Summary
-
Fields inherited from class org.jbpm.shared.services.impl.TransactionalCommandService
emf
-
-
Constructor Summary
Constructors Constructor Description AuditTransactionalCommandServiceEJBImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setEmf(javax.persistence.EntityManagerFactory emf)
-
Methods inherited from class org.jbpm.shared.services.impl.TransactionalCommandService
execute, getContext, getEntityManager, getTransactionManager
-
-
-
-
Method Detail
-
setEmf
public void setEmf(javax.persistence.EntityManagerFactory emf)
- Overrides:
setEmf
in classTransactionalCommandService
-
-