public class FirmwareVersionDaoImpl extends BaseAbstractDaoImpl<FirmwareVersion,Integer> implements FirmwareVersionDao
| Constructor and Description |
|---|
FirmwareVersionDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
FirmwareVersion |
get(FirmwareVersion tdao) |
List<FirmwareVersion> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
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 FirmwareVersionDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic FirmwareVersion get(FirmwareVersion tdao)
get in interface BaseDao<FirmwareVersion,Integer>public QueryResponse getAll(Query query)
getAll in interface FirmwareVersionDaopublic List<FirmwareVersion> getAll(List<Integer> ids)
getAll in interface BaseDao<FirmwareVersion,Integer>Copyright © 2015–2019. All rights reserved.