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, 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 FirmwareDataDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public 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 FirmwareDataDao
public FirmwareData getByFirmwareId(Integer firmwareId)
getByFirmwareId
in interface FirmwareDataDao
public FirmwareData getByTypeVersion(Integer typeId, Integer versionId)
getByTypeVersion
in interface FirmwareDataDao
Copyright © 2015–2019. All rights reserved.