Interface SysRoleMapper


  • public interface SysRoleMapper
    • Method Detail

      • deleteByPrimaryKey

        int deleteByPrimaryKey​(Long roleId)
      • insert

        int insert​(SysRole record)
      • insertSelective

        int insertSelective​(SysRole record)
      • selectByPrimaryKey

        SysRole selectByPrimaryKey​(Long roleId)
      • updateByExampleSelective

        int updateByExampleSelective​(@Param("record")
                                     SysRole record,
                                     @Param("example")
                                     SysRoleExample example)
      • updateByExample

        int updateByExample​(@Param("record")
                            SysRole record,
                            @Param("example")
                            SysRoleExample example)
      • updateByPrimaryKeySelective

        int updateByPrimaryKeySelective​(SysRole record)
      • updateByPrimaryKey

        int updateByPrimaryKey​(SysRole record)