接口 LicenseGroupMapper

  • 所有超级接口:
    tk.mybatis.mapper.common.base.BaseDeleteMapper<LicenseGroup>, tk.mybatis.mapper.common.base.BaseInsertMapper<LicenseGroup>, tk.mybatis.mapper.common.BaseMapper<LicenseGroup>, tk.mybatis.mapper.common.base.BaseSelectMapper<LicenseGroup>, tk.mybatis.mapper.common.base.BaseUpdateMapper<LicenseGroup>, tk.mybatis.mapper.common.example.DeleteByExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper<LicenseGroup>, tk.mybatis.mapper.common.base.delete.DeleteMapper<LicenseGroup>, tk.mybatis.mapper.common.ExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper<LicenseGroup>, tk.mybatis.mapper.common.base.insert.InsertMapper<LicenseGroup>, tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper<LicenseGroup>, tk.mybatis.mapper.common.Mapper<LicenseGroup>, tk.mybatis.mapper.common.Marker, tk.mybatis.mapper.common.RowBoundsMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.SelectAllMapper<LicenseGroup>, tk.mybatis.mapper.common.example.SelectByExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper<LicenseGroup>, tk.mybatis.mapper.common.example.SelectCountByExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.SelectCountMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.SelectMapper<LicenseGroup>, tk.mybatis.mapper.common.example.SelectOneByExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.base.select.SelectOneMapper<LicenseGroup>, tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper<LicenseGroup>, tk.mybatis.mapper.common.example.UpdateByExampleMapper<LicenseGroup>, tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper<LicenseGroup>, tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper<LicenseGroup>, tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper<LicenseGroup>

    public interface LicenseGroupMapper
    extends tk.mybatis.mapper.common.Mapper<LicenseGroup>
    授权组 Mapper
    作者:
    guer
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void addLicensedNumber​(Long licenseGroupId)
      添加已授权数量
      • 从接口继承的方法 tk.mybatis.mapper.common.example.DeleteByExampleMapper

        deleteByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.delete.DeleteByPrimaryKeyMapper

        deleteByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.delete.DeleteMapper

        delete
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.ExistsWithPrimaryKeyMapper

        existsWithPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertMapper

        insert
      • 从接口继承的方法 tk.mybatis.mapper.common.base.insert.InsertSelectiveMapper

        insertSelective
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectAllMapper

        selectAll
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectByExampleMapper

        selectByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.rowbounds.SelectByExampleRowBoundsMapper

        selectByExampleAndRowBounds
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectByPrimaryKeyMapper

        selectByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectCountByExampleMapper

        selectCountByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectCountMapper

        selectCount
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectMapper

        select
      • 从接口继承的方法 tk.mybatis.mapper.common.example.SelectOneByExampleMapper

        selectOneByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.base.select.SelectOneMapper

        selectOne
      • 从接口继承的方法 tk.mybatis.mapper.common.rowbounds.SelectRowBoundsMapper

        selectByRowBounds
      • 从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleMapper

        updateByExample
      • 从接口继承的方法 tk.mybatis.mapper.common.example.UpdateByExampleSelectiveMapper

        updateByExampleSelective
      • 从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeyMapper

        updateByPrimaryKey
      • 从接口继承的方法 tk.mybatis.mapper.common.base.update.UpdateByPrimaryKeySelectiveMapper

        updateByPrimaryKeySelective
    • 方法详细资料

      • addLicensedNumber

        void addLicensedNumber​(Long licenseGroupId)
        添加已授权数量
        参数:
        licenseGroupId - 授权组ID