@PermitAll public class JpaUnprocessedInputDao extends com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<UnprocessedInput,Long> implements UnprocessedInputDao
| Constructor and Description |
|---|
JpaUnprocessedInputDao()
Creates new instance.
|
JpaUnprocessedInputDao(javax.persistence.EntityManager em)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedInput> |
findByReceiver(long receiverId)
Returns a list of unprocessed inputs for the given receiver id.
|
protected javax.persistence.EntityManager |
getEntityManager() |
clear, contains, findById, findById, findByIds, flush, getColName, getEntityClass, getEntityName, getReferenceById, merge, persist, refresh, refresh, remove, setEntityClass, setLockModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic JpaUnprocessedInputDao()
public JpaUnprocessedInputDao(javax.persistence.EntityManager em)
em - protected javax.persistence.EntityManager getEntityManager()
getEntityManager in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<UnprocessedInput,Long>public List<UnprocessedInput> findByReceiver(long receiverId)
UnprocessedInputDaofindByReceiver in interface UnprocessedInputDaoCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.