接口 AuthGroupMapper


public interface AuthGroupMapper
  • 方法详细资料

    • countByExample

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

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

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

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

      List<AuthGroup> selectByExample(AuthGroupExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group
    • selectByPrimaryKey

      AuthGroup selectByPrimaryKey(String groupId)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_group
    • updateByExampleSelective

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

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

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

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

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