Package | Description |
---|---|
com.whitestein.lsps.engine.dao |
Data access objects for access to different parts of process execution.
|
com.whitestein.lsps.engine.dao.jpa |
Modifier and Type | Method and Description |
---|---|
List<TimerNotification> |
TimerNotificationDao.findAll() |
List<TimerNotification> |
TimerNotificationDao.findByModelInstanceId(long modelInstanceId) |
Modifier and Type | Method and Description |
---|---|
List<TimerNotification> |
JpaTimerNotificationDao.findAll() |
List<TimerNotification> |
JpaTimerNotificationDao.findByModelInstanceId(long modelInstanceId) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.