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, updatePurgeCondition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countOf, countOf, countOf, create, createOrUpdate, delete, delete, delete, delete, deleteById, deleteByIds, get, getAll, getAll, getAllData, getById, getDao, getTableInfo, update, updateBulk, updateBulk, updateId
public SettingsDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public Settings get(Integer userId, String key, String subKey)
get
in interface SettingsDao
public void update(String key, String subKey, String value, String altValue)
update
in interface SettingsDao
public void update(String key, String subKey, String value)
update
in interface SettingsDao
public List<Settings> getAll(Integer userId, String key)
getAll
in interface SettingsDao
public QueryResponse getAll(Query query, String isAlterdTotalCountKey)
getAll
in interface SettingsDao
Copyright © 2015–2019. All rights reserved.