public class RoleNodeMapDaoImpl extends BaseAbstractDaoImpl<RoleNodeMap,Object> implements RoleNodeMapDao
| Constructor and Description |
|---|
RoleNodeMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByGatewayIds(List<Integer> nodeIds) |
void |
deleteByRoleId(Integer roleId) |
void |
deleteByRoleIds(List<Integer> roleIds) |
RoleNodeMap |
get(RoleNodeMap tdao) |
List<RoleNodeMap> |
getAll(List<Object> ids) |
List<RoleNodeMap> |
getByGatewayId(Integer nodeId) |
List<RoleNodeMap> |
getByRoleId(Integer roleId) |
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 RoleNodeMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic RoleNodeMap get(RoleNodeMap tdao)
get in interface BaseDao<RoleNodeMap,Object>public List<RoleNodeMap> getAll(List<Object> ids)
getAll in interface BaseDao<RoleNodeMap,Object>public List<RoleNodeMap> getByGatewayId(Integer nodeId)
getByGatewayId in interface RoleNodeMapDaopublic List<RoleNodeMap> getByRoleId(Integer roleId)
getByRoleId in interface RoleNodeMapDaopublic void deleteByGatewayIds(List<Integer> nodeIds)
deleteByGatewayIds in interface RoleNodeMapDaopublic void deleteByRoleIds(List<Integer> roleIds)
deleteByRoleIds in interface RoleNodeMapDaopublic void deleteByRoleId(Integer roleId)
deleteByRoleId in interface RoleNodeMapDaoCopyright © 2015–2019. All rights reserved.