接口 UserAccountSecretMapper


public interface UserAccountSecretMapper
  • 方法详细资料

    • countByExample

      int countByExample(UserAccountSecretExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • deleteByExample

      int deleteByExample(UserAccountSecretExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • deleteByPrimaryKey

      int deleteByPrimaryKey(UserAccountSecretKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • insert

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

      int insertSelective(UserAccountSecret record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • selectByExample

      List<UserAccountSecret> selectByExample(UserAccountSecretExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • selectByPrimaryKey

      UserAccountSecret selectByPrimaryKey(UserAccountSecretKey key)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • updateByExampleSelective

      int updateByExampleSelective(@Param("record") UserAccountSecret record, @Param("example") UserAccountSecretExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • updateByExample

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

      int updateByPrimaryKeySelective(UserAccountSecret record)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret
    • updateByPrimaryKey

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

      List<UserAccountSecret> selectByExample(UserAccountSecretExample example, org.apache.ibatis.session.RowBounds rowBounds)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_user_account_secret