Interface SysUserMapper


  • public interface SysUserMapper
    • Method Detail

      • deleteByPrimaryKey

        int deleteByPrimaryKey​(Long userId)
      • insert

        int insert​(SysUser record)
      • insertSelective

        int insertSelective​(SysUser record)
      • selectByPrimaryKey

        SysUser selectByPrimaryKey​(Long userId)
      • updateByExampleSelective

        int updateByExampleSelective​(@Param("record")
                                     SysUser record,
                                     @Param("example")
                                     SysUserExample example)
      • updateByExample

        int updateByExample​(@Param("record")
                            SysUser record,
                            @Param("example")
                            SysUserExample example)
      • updateByPrimaryKeySelective

        int updateByPrimaryKeySelective​(SysUser record)
      • updateByPrimaryKey

        int updateByPrimaryKey​(SysUser record)