| 限定符和类型 | 方法和说明 |
|---|---|
int |
count(SysRole record)
This method was generated by MyBatis Generator.
|
int |
delete(SysRole record)
This method was generated by MyBatis Generator.
|
int |
deleteAll()
This method was generated by MyBatis Generator.
|
int |
deleteByPrimaryKey(Long 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> |
select(SysRole record)
This method was generated by MyBatis Generator.
|
List<SysRole> |
selectAll()
This method was generated by MyBatis Generator.
|
SysRole |
selectByPrimaryKey(Long roleId)
This method was generated by MyBatis Generator.
|
SysRole |
selectOne(SysRole record)
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.
|
int deleteByPrimaryKey(Long roleId)
deleteByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int insert(SysRole record)
insert 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int insertSelective(SysRole record)
insertSelective 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>SysRole selectByPrimaryKey(Long roleId)
selectByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int updateByPrimaryKeySelective(SysRole record)
updateByPrimaryKeySelective 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int updateByPrimaryKey(SysRole record)
updateByPrimaryKey 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int delete(SysRole record)
delete 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int deleteAll()
deleteAll 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>List<SysRole> selectAll()
selectAll 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>int count(SysRole record)
count 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>SysRole selectOne(SysRole record)
selectOne 在接口中 org.yiwan.seiya.mybatis.extension.mapper.BaseMapper<SysRole>Copyright © 2019. All rights reserved.