public class SettingsDaoImpl extends BaseAbstractDaoImpl<Settings,Integer> implements SettingsDao
| Constructor and Description |
|---|
SettingsDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
Settings |
get(Integer userId,
String key,
String subKey) |
Settings |
get(Settings settings) |
List<Settings> |
getAll(Integer userId,
String key) |
List<Settings> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query,
String isAlterdTotalCountKey) |
void |
update(String key,
String subKey,
String value) |
void |
update(String key,
String subKey,
String value,
String altValue) |
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAll, getAllData, getById, getDao, getQueryResponse, getTableInfo, hasTable, update, updateBulk, updateBulk, updateId, updatePurgeConditionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateIdpublic SettingsDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic Settings get(Integer userId, String key, String subKey)
get in interface SettingsDaopublic void update(String key, String subKey, String value, String altValue)
update in interface SettingsDaopublic void update(String key, String subKey, String value)
update in interface SettingsDaopublic List<Settings> getAll(Integer userId, String key)
getAll in interface SettingsDaopublic QueryResponse getAll(Query query, String isAlterdTotalCountKey)
getAll in interface SettingsDaoCopyright © 2015–2019. All rights reserved.