public class FirmwareDataDaoImpl extends BaseAbstractDaoImpl<FirmwareData,Integer> implements FirmwareDataDao
| Constructor and Description |
|---|
FirmwareDataDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByFirmwareId(Integer firmwareId) |
FirmwareData |
get(FirmwareData firmwareData) |
List<FirmwareData> |
getAll(List<Integer> ids) |
FirmwareData |
getByFirmwareId(Integer firmwareId) |
FirmwareData |
getByTypeVersion(Integer typeId,
Integer versionId) |
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 FirmwareDataDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic FirmwareData get(FirmwareData firmwareData)
get in interface BaseDao<FirmwareData,Integer>public List<FirmwareData> getAll(List<Integer> ids)
getAll in interface BaseDao<FirmwareData,Integer>public void deleteByFirmwareId(Integer firmwareId)
deleteByFirmwareId in interface FirmwareDataDaopublic FirmwareData getByFirmwareId(Integer firmwareId)
getByFirmwareId in interface FirmwareDataDaopublic FirmwareData getByTypeVersion(Integer typeId, Integer versionId)
getByTypeVersion in interface FirmwareDataDaoCopyright © 2015–2019. All rights reserved.