接口 UserDashboardMapper


public interface UserDashboardMapper
  • 方法详细资料

    • countByExample

      int countByExample(UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • deleteByPrimaryKey

      int deleteByPrimaryKey(String id)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • insert

      int insert(UserDashboard record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • insertSelective

      int insertSelective(UserDashboard record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • selectByExampleWithBLOBs

      List<UserDashboard> selectByExampleWithBLOBs(UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • selectByExample

      List<UserDashboard> selectByExample(UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • selectByPrimaryKey

      UserDashboard selectByPrimaryKey(String id)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") UserDashboard record, @Param("example") UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByExampleWithBLOBs

      int updateByExampleWithBLOBs(@Param("record") UserDashboard record, @Param("example") UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByExample

      int updateByExample(@Param("record") UserDashboard record, @Param("example") UserDashboardExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByPrimaryKeySelective

      int updateByPrimaryKeySelective(UserDashboard record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByPrimaryKeyWithBLOBs

      int updateByPrimaryKeyWithBLOBs(UserDashboard record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • updateByPrimaryKey

      int updateByPrimaryKey(UserDashboard record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • selectByExample

      List<UserDashboard> selectByExample(UserDashboardExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard
    • selectByExampleWithBLOBs

      List<UserDashboard> selectByExampleWithBLOBs(UserDashboardExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_dashboard