| 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 |
|---|---|
Setting |
SettingDao.getSetting(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Setting> |
SettingDao.findAll()
Finds all settings
|
| Modifier and Type | Method and Description |
|---|---|
Setting |
JpaSettingDao.getSetting(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Setting> |
JpaSettingDao.findAll() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.