public class FirmwareDaoImpl extends BaseAbstractDaoImpl<Firmware,Integer> implements FirmwareDao
| Constructor and Description |
|---|
FirmwareDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Integer typeId,
Integer versionId) |
Firmware |
get(Firmware firmware) |
Firmware |
get(Integer typeId,
Integer versionId) |
List<Firmware> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
List<Firmware> |
getAllFirmwareByType(int typeId) |
List<Firmware> |
getAllFirmwareByVersion(int 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 FirmwareDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic Firmware get(Integer typeId, Integer versionId)
get in interface FirmwareDaopublic void delete(Integer typeId, Integer versionId)
delete in interface FirmwareDaopublic List<Firmware> getAllFirmwareByType(int typeId)
getAllFirmwareByType in interface FirmwareDaopublic List<Firmware> getAllFirmwareByVersion(int versionId)
getAllFirmwareByVersion in interface FirmwareDaopublic QueryResponse getAll(Query query)
getAll in interface FirmwareDaoCopyright © 2015–2019. All rights reserved.