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, 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 NodeDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public List<Node> getAllByGatewayId(Integer gatewayId)
getAllByGatewayId
in interface NodeDao
public QueryResponse getAll(Query query)
public List<Integer> getNodeIdsByGatewayIds(List<Integer> ids)
getNodeIdsByGatewayIds
in interface NodeDao
public List<Node> getAll(Query query, String filter, AllowedResources allowedResources)
Copyright © 2015–2019. All rights reserved.