@Deprecated public class SLAEventsGetForSeqIdJPAExecutor extends Object implements JPAExecutor<List<SLAEventBean>>
| Constructor and Description |
|---|
SLAEventsGetForSeqIdJPAExecutor(long seqId,
int limitLen,
long[] lastSeqId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<SLAEventBean> |
execute(javax.persistence.EntityManager em)
Deprecated.
Method that encapsulates JPA access operations.
|
String |
getName()
Deprecated.
Return the name of the JPA executor.
|
public SLAEventsGetForSeqIdJPAExecutor(long seqId, int limitLen, long[] lastSeqId)
public String getName()
JPAExecutorgetName in interface JPAExecutor<List<SLAEventBean>>public List<SLAEventBean> execute(javax.persistence.EntityManager em) throws JPAExecutorException
JPAExecutor
Implementations should not close the received EntityManager.
Implementations should commit any transaction before ending, else the transaction will be rolled back.
execute in interface JPAExecutor<List<SLAEventBean>>em - an active EntityManagerJPAExecutorException - thrown if a jpa executor failedCopyright © 2016 Apache Software Foundation. All rights reserved.