@Service public class RoleServiceImpl extends BaseServiceImpl<SysRole,String> implements RoleService
| Constructor and Description |
|---|
RoleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String id) |
BaseMapper<SysRole,String> |
getMappser() |
int |
insert(SysRole record) |
SysRole |
selectByPrimaryKey(String id) |
List<SysRole> |
selectListByPage(SysRole sysRole) |
int |
updateByPrimaryKey(SysRole record) |
int |
updateByPrimaryKeySelective(SysRole record) |
addValue, delete, deleteByExample, deleteByIds, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelectiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinsertSelectivedelete, deleteByExample, deleteByIds, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelectivepublic BaseMapper<SysRole,String> getMappser()
getMappser in class BaseServiceImpl<SysRole,String>public int deleteByPrimaryKey(String id)
deleteByPrimaryKey in interface BaseService<SysRole,String>deleteByPrimaryKey in interface RoleServicedeleteByPrimaryKey in class BaseServiceImpl<SysRole,String>public int insert(SysRole record)
insert in interface BaseService<SysRole,String>insert in interface RoleServiceinsert in class BaseServiceImpl<SysRole,String>public SysRole selectByPrimaryKey(String id)
selectByPrimaryKey in interface RoleServicepublic int updateByPrimaryKeySelective(SysRole record)
updateByPrimaryKeySelective in interface BaseService<SysRole,String>updateByPrimaryKeySelective in interface RoleServiceupdateByPrimaryKeySelective in class BaseServiceImpl<SysRole,String>public int updateByPrimaryKey(SysRole record)
updateByPrimaryKey in interface BaseService<SysRole,String>updateByPrimaryKey in interface RoleServiceupdateByPrimaryKey in class BaseServiceImpl<SysRole,String>public List<SysRole> selectListByPage(SysRole sysRole)
selectListByPage in interface BaseService<SysRole,String>selectListByPage in interface RoleServiceselectListByPage in class BaseServiceImpl<SysRole,String>Copyright © 2019. All rights reserved.