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