Interface LicenseMapper


  • public interface LicenseMapper
    • Method Detail

      • countByExample

        long countByExample​(LicenseExample example)
        This method was generated by MyBatis Generator. This method corresponds to the database table license
      • deleteByExample

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

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

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

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

        List<License> selectByExample​(LicenseExample example)
        This method was generated by MyBatis Generator. This method corresponds to the database table license
      • selectByPrimaryKey

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

        int updateByExampleSelective​(@Param("record")
                                     License record,
                                     @Param("example")
                                     LicenseExample example)
        This method was generated by MyBatis Generator. This method corresponds to the database table license
      • updateByExample

        int updateByExample​(@Param("record")
                            License record,
                            @Param("example")
                            LicenseExample example)
        This method was generated by MyBatis Generator. This method corresponds to the database table license
      • updateByPrimaryKeySelective

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

        int updateByPrimaryKey​(License record)
        This method was generated by MyBatis Generator. This method corresponds to the database table license