@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, updateByPrimaryKeySelective
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
insert
delete, 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, updateByPrimaryKeySelective
public BaseMapper<SysRoleUser,String> getMappser()
getMappser
in class BaseServiceImpl<SysRoleUser,String>
public int deleteByPrimaryKey(SysRoleUser sysRoleUser)
deleteByPrimaryKey
in interface RoleUserService
public int selectCountByCondition(SysRoleUser sysRoleUser)
selectCountByCondition
in interface RoleUserService
public List<SysRoleUser> selectByCondition(SysRoleUser sysRoleUser)
selectByCondition
in interface RoleUserService
Copyright © 2019. All rights reserved.