public class RoleMqttMapDaoImpl extends BaseAbstractDaoImpl<RoleMqttMap,Object> implements RoleMqttMapDao
Constructor and Description |
---|
RoleMqttMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) |
Modifier and Type | Method and Description |
---|---|
void |
deleteByRoleId(Integer roleId) |
void |
deleteByRoleIds(List<Integer> roleIds) |
RoleMqttMap |
get(RoleMqttMap tdao) |
List<RoleMqttMap> |
getAll(List<Object> ids) |
RoleMqttMap |
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, 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 RoleMqttMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource) throws SQLException
SQLException
public RoleMqttMap get(RoleMqttMap tdao)
get
in interface BaseDao<RoleMqttMap,Object>
public List<RoleMqttMap> getAll(List<Object> ids)
getAll
in interface BaseDao<RoleMqttMap,Object>
public RoleMqttMap getByRoleId(Integer roleId)
getByRoleId
in interface RoleMqttMapDao
public void deleteByRoleIds(List<Integer> roleIds)
deleteByRoleIds
in interface RoleMqttMapDao
public void deleteByRoleId(Integer roleId)
deleteByRoleId
in interface RoleMqttMapDao
Copyright © 2015–2019. All rights reserved.