|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oozie.executor.jpa.SLAEventInsertJPAExecutor
@Deprecated public class SLAEventInsertJPAExecutor
Persist the SLAEventBean bean.
| Constructor Summary | |
|---|---|
SLAEventInsertJPAExecutor(SLAEventBean slaEvent)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
execute(javax.persistence.EntityManager em)
Deprecated. Method that encapsulates JPA access operations. |
String |
getName()
Deprecated. Return the name of the JPA executor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SLAEventInsertJPAExecutor(SLAEventBean slaEvent)
| Method Detail |
|---|
public String getName()
JPAExecutor
getName in interface JPAExecutor<String>
public String execute(javax.persistence.EntityManager em)
throws JPAExecutorException
JPAExecutorEntityManager.
Implementations should commit any transaction before ending, else the transaction will be rolled back.
execute in interface JPAExecutor<String>em - an active EntityManager
JPAExecutorException - thrown if a jpa executor failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||