public class MetricsGPSTypeDeviceDaoImpl extends BaseAbstractDaoImpl<MetricsGPSTypeDevice,Object> implements MetricsGPSTypeDeviceDao
| Constructor and Description |
|---|
MetricsGPSTypeDeviceDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBySensorVariableRefId(int sensorValueRefId) |
void |
deletePrevious(MetricsGPSTypeDevice metric) |
MetricsGPSTypeDevice |
get(MetricsGPSTypeDevice metric) |
List<MetricsGPSTypeDevice> |
getAggregationRequiredVariableIds(MetricsUtils.AGGREGATION_TYPE aggregationType,
Long start,
Long end) |
List<MetricsGPSTypeDevice> |
getAll(List<Object> ids) |
List<MetricsGPSTypeDevice> |
getAll(MetricsGPSTypeDevice metric) |
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 MetricsGPSTypeDeviceDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic void deletePrevious(MetricsGPSTypeDevice metric)
deletePrevious in interface MetricsGPSTypeDeviceDaopublic void deleteBySensorVariableRefId(int sensorValueRefId)
deleteBySensorVariableRefId in interface MetricsGPSTypeDeviceDaopublic List<MetricsGPSTypeDevice> getAll(MetricsGPSTypeDevice metric)
getAll in interface MetricsGPSTypeDeviceDaopublic MetricsGPSTypeDevice get(MetricsGPSTypeDevice metric)
get in interface BaseDao<MetricsGPSTypeDevice,Object>public List<MetricsGPSTypeDevice> getAll(List<Object> ids)
getAll in interface BaseDao<MetricsGPSTypeDevice,Object>public List<MetricsGPSTypeDevice> getAggregationRequiredVariableIds(MetricsUtils.AGGREGATION_TYPE aggregationType, Long start, Long end)
getAggregationRequiredVariableIds in interface MetricsGPSTypeDeviceDaoCopyright © 2015–2019. All rights reserved.