接口 LicenseMapper

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

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

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void revoked​(Long licenseId)
      吊销
      void setEffective​(LocalDate date)
      设置有效性
      void setInvalid​(LocalDate date)
      设置无效性
      • 从接口继承的方法 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
    • 方法详细资料

      • setEffective

        void setEffective​(LocalDate date)
        设置有效性
        参数:
        date - 日期
      • setInvalid

        void setInvalid​(LocalDate date)
        设置无效性
        参数:
        date - 日期
      • revoked

        void revoked​(Long licenseId)
        吊销
        参数:
        licenseId - 授权ID