接口 AuthPermissionMapper


public interface AuthPermissionMapper
  • 方法详细资料

    • countByExample

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

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

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

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

      List<AuthPermission> selectByExampleWithBLOBs(AuthPermissionExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission
    • selectByExample

      List<AuthPermission> selectByExample(AuthPermissionExample example)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission
    • selectByPrimaryKey

      AuthPermission selectByPrimaryKey(String permId)
      This method was generated by MyBatis Generator. This method corresponds to the database table nk_auth_permission
    • updateByExampleSelective

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

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

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

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

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

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

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

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