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, 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 FirmwareDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public Firmware get(Integer typeId, Integer versionId)
get
in interface FirmwareDao
public void delete(Integer typeId, Integer versionId)
delete
in interface FirmwareDao
public List<Firmware> getAllFirmwareByType(int typeId)
getAllFirmwareByType
in interface FirmwareDao
public List<Firmware> getAllFirmwareByVersion(int versionId)
getAllFirmwareByVersion
in interface FirmwareDao
public QueryResponse getAll(Query query)
getAll
in interface FirmwareDao
Copyright © 2015–2019. All rights reserved.