public class WorkflowJobUpdateJPAExecutor extends Object implements JPAExecutor<Void>
Constructor and Description |
---|
WorkflowJobUpdateJPAExecutor(WorkflowJobBean wfJob) |
public WorkflowJobUpdateJPAExecutor(WorkflowJobBean wfJob)
public String getName()
JPAExecutor
getName
in interface JPAExecutor<Void>
public Void execute(javax.persistence.EntityManager em) throws JPAExecutorException
JPAExecutor
EntityManager
.
Implementations should commit any transaction before ending, else the transaction will be rolled back.execute
in interface JPAExecutor<Void>
em
- an active EntityManager
JPAExecutorException
- thrown if a jpa executor failedCopyright © 2015 Apache Software Foundation. All Rights Reserved.