接口 PlatformMenuMapper
public interface PlatformMenuMapper
-
方法概要
修饰符和类型方法说明intcountByExample(PlatformMenuExample example)This method was generated by MyBatis Generator.intdeleteByExample(PlatformMenuExample example)This method was generated by MyBatis Generator.intdeleteByPrimaryKey(String menuId)This method was generated by MyBatis Generator.intinsert(PlatformMenu record)This method was generated by MyBatis Generator.intinsertSelective(PlatformMenu record)This method was generated by MyBatis Generator.selectByExample(PlatformMenuExample example)This method was generated by MyBatis Generator.selectByExample(PlatformMenuExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator.selectByPrimaryKey(String menuId)This method was generated by MyBatis Generator.intupdateByExample(PlatformMenu record, PlatformMenuExample example)This method was generated by MyBatis Generator.intupdateByExampleSelective(PlatformMenu record, PlatformMenuExample example)This method was generated by MyBatis Generator.intupdateByPrimaryKey(PlatformMenu record)This method was generated by MyBatis Generator.intupdateByPrimaryKeySelective(PlatformMenu record)This method was generated by MyBatis Generator.
-
方法详细资料
-
countByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
deleteByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
deleteByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
insert
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
insertSelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
selectByExample
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
selectByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
updateByExampleSelective
int updateByExampleSelective(@Param("record") PlatformMenu record, @Param("example") PlatformMenuExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
updateByExample
int updateByExample(@Param("record") PlatformMenu record, @Param("example") PlatformMenuExample example)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
updateByPrimaryKeySelective
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
updateByPrimaryKey
This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu -
selectByExample
List<PlatformMenu> selectByExample(PlatformMenuExample example, org.apache.ibatis.session.RowBounds rowBounds)This method was generated by MyBatis Generator. This method corresponds to the database table nk_platform_menu
-