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, 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 FirmwareVersionDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public FirmwareVersion get(FirmwareVersion tdao)
get
in interface BaseDao<FirmwareVersion,Integer>
public QueryResponse getAll(Query query)
getAll
in interface FirmwareVersionDao
public List<FirmwareVersion> getAll(List<Integer> ids)
getAll
in interface BaseDao<FirmwareVersion,Integer>
Copyright © 2015–2019. All rights reserved.