@Service public class RoleUserServiceImpl extends BaseServiceImpl<SysRoleUser,String> implements RoleUserService
| Constructor and Description |
|---|
RoleUserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(SysRoleUser sysRoleUser) |
BaseMapper<SysRoleUser,String> |
getMappser() |
List<SysRoleUser> |
selectByCondition(SysRoleUser sysRoleUser) |
int |
selectCountByCondition(SysRoleUser sysRoleUser) |
addValue, delete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insert, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelectiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinsertdelete, deleteByExample, deleteByIds, deleteByPrimaryKey, deleteByPrimaryKey, existsWithPrimaryKey, getList, insertList, insertSelective, insertUseGeneratedKeys, select, selectAll, selectByExample, selectByExampleAndRowBounds, selectByIds, selectByPrimaryKey, selectByRowBounds, selectCount, selectCountByExample, selectListByPage, selectOne, selectOneByExample, show, showAll, updateByExample, updateByExampleSelective, updateByPrimaryKey, updateByPrimaryKeySelectivepublic BaseMapper<SysRoleUser,String> getMappser()
getMappser in class BaseServiceImpl<SysRoleUser,String>public int deleteByPrimaryKey(SysRoleUser sysRoleUser)
deleteByPrimaryKey in interface RoleUserServicepublic int selectCountByCondition(SysRoleUser sysRoleUser)
selectCountByCondition in interface RoleUserServicepublic List<SysRoleUser> selectByCondition(SysRoleUser sysRoleUser)
selectByCondition in interface RoleUserServiceCopyright © 2019. All rights reserved.