public interface SysRoleMapper
限定符和类型 | 方法和说明 |
---|---|
long |
countByExample(SysRoleExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByExample(SysRoleExample example)
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(String roleId)
This method was generated by MyBatis Generator.
|
int |
insert(SysRole record)
This method was generated by MyBatis Generator.
|
int |
insertSelective(SysRole record)
This method was generated by MyBatis Generator.
|
List<SysRole> |
selectByExample(SysRoleExample example)
This method was generated by MyBatis Generator.
|
SysRole |
selectByPrimaryKey(String roleId)
This method was generated by MyBatis Generator.
|
int |
updateByExample(SysRole record,
SysRoleExample example)
This method was generated by MyBatis Generator.
|
int |
updateByExampleSelective(SysRole record,
SysRoleExample example)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKey(SysRole record)
This method was generated by MyBatis Generator.
|
int |
updateByPrimaryKeySelective(SysRole record)
This method was generated by MyBatis Generator.
|
long countByExample(SysRoleExample example)
int deleteByExample(SysRoleExample example)
int deleteByPrimaryKey(String roleId)
int insert(SysRole record)
int insertSelective(SysRole record)
List<SysRole> selectByExample(SysRoleExample example)
SysRole selectByPrimaryKey(String roleId)
int updateByExampleSelective(@Param(value="record") SysRole record, @Param(value="example") SysRoleExample example)
int updateByExample(@Param(value="record") SysRole record, @Param(value="example") SysRoleExample example)
int updateByPrimaryKeySelective(SysRole record)
int updateByPrimaryKey(SysRole record)
Copyright © 2018. All rights reserved.