Interface UserKeyMapper


  • public interface UserKeyMapper
    • Method Detail

      • deleteByPrimaryKey

        int deleteByPrimaryKey​(Long id)
      • insert

        int insert​(UserKey record)
      • insertSelective

        int insertSelective​(UserKey record)
      • selectByPrimaryKey

        UserKey selectByPrimaryKey​(Long id)
      • updateByExampleSelective

        int updateByExampleSelective​(@Param("record")
                                     UserKey record,
                                     @Param("example")
                                     UserKeyExample example)
      • updateByExample

        int updateByExample​(@Param("record")
                            UserKey record,
                            @Param("example")
                            UserKeyExample example)
      • updateByPrimaryKeySelective

        int updateByPrimaryKeySelective​(UserKey record)
      • updateByPrimaryKey

        int updateByPrimaryKey​(UserKey record)