| Constructor and Description |
|---|
NodeDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
long |
countOf(Integer gatewayId) |
Node |
get(Integer gatewayId,
String nodeEui) |
Node |
get(Node node) |
List<Node> |
getAll(List<Integer> ids) |
QueryResponse |
getAll(Query query) |
List<Node> |
getAll(Query query,
String filter,
AllowedResources allowedResources) |
List<Node> |
getAllByGatewayId(Integer gatewayId) |
List<Integer> |
getAllIds(Query query) |
List<Integer> |
getNodeIdsByGatewayIds(List<Integer> ids) |
void |
update(String key,
Object value,
Integer nodeId) |
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 NodeDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic List<Node> getAllByGatewayId(Integer gatewayId)
getAllByGatewayId in interface NodeDaopublic QueryResponse getAll(Query query)
public List<Integer> getNodeIdsByGatewayIds(List<Integer> ids)
getNodeIdsByGatewayIds in interface NodeDaopublic List<Node> getAll(Query query, String filter, AllowedResources allowedResources)
Copyright © 2015–2019. All rights reserved.