@PermitAll public class JpaTodoEscalationDao extends com.whitestein.lsps.common.jpa.AbstractJpaEntityDao<TodoEscalation> implements TodoEscalationDao
TodoEscalationDao
.Constructor and Description |
---|
JpaTodoEscalationDao()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
protected javax.persistence.EntityManager |
getEntityManager() |
List<TodoEscalation> |
getTodoEscalations(Todo todo)
Returns a list of all todo escalations.
|
clear, contains, findById, findById, flush, getColName, getEntityClass, getEntityName, getReferenceById, merge, persist, refresh, refresh, remove, setEntityClass, setLockMode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public List<TodoEscalation> getTodoEscalations(Todo todo)
TodoEscalationDao
getTodoEscalations
in interface TodoEscalationDao
protected javax.persistence.EntityManager getEntityManager()
getEntityManager
in class com.whitestein.lsps.common.jpa.AbstractJpaBasicDao<TodoEscalation,Long>
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.