| Package | Description |
|---|---|
| org.shredzone.cilla.core.repository | |
| org.shredzone.cilla.core.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
Setting |
SettingDao.createOrUpdate(String key,
String value)
Creates a new setting entry with the given key and value.
|
Setting |
SettingDao.fetchByKey(String key)
Fetches a setting by its key.
|
| Modifier and Type | Method and Description |
|---|---|
Setting |
SettingDaoHibImpl.createOrUpdate(String key,
String value) |
Setting |
SettingDaoHibImpl.fetch(long id) |
Setting |
SettingDaoHibImpl.fetchByKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
List<Setting> |
SettingDaoHibImpl.fetchAll() |
Copyright © 2009–2016. All rights reserved.