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, 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 RoleMqttMapDaoImpl(com.j256.ormlite.support.ConnectionSource connectionSource)
throws SQLException
SQLExceptionpublic 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 RoleMqttMapDaopublic void deleteByRoleIds(List<Integer> roleIds)
deleteByRoleIds in interface RoleMqttMapDaopublic void deleteByRoleId(Integer roleId)
deleteByRoleId in interface RoleMqttMapDaoCopyright © 2015–2019. All rights reserved.