接口 AuthLimitMapper


public interface AuthLimitMapper
  • 方法详细资料

    • countByExample

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

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

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

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

      List<AuthLimit> selectByExampleWithBLOBs(AuthLimitExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit
    • selectByExample

      List<AuthLimit> selectByExample(AuthLimitExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit
    • selectByPrimaryKey

      AuthLimit selectByPrimaryKey(String limitId)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_limit
    • updateByExampleSelective

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

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

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

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

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

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

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

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