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