Interface IAppDao

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<AppEntity>, net.mingsoft.base.dao.IBaseDao<AppEntity>, com.baomidou.mybatisplus.core.mapper.Mapper<AppEntity>

public interface IAppDao extends net.mingsoft.base.dao.IBaseDao<AppEntity>
网站基本信息持久化层
Version:
版本号:100-000-000
创建日期:2012-03-15
历史修订:
Author:
史爱华
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    countByUrl(String websiteUrl)
    根据域名查找相同域名的个数 其中附加域名中存在的url也会一并统计

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteById, deleteByIds, deleteByIds, deleteByMap, exists, insert, insert, insert, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, insertOrUpdate, selectBatchIds, selectBatchIds, selectById, selectByIds, selectByIds, selectByMap, selectByMap, selectCount, selectList, selectList, selectList, selectList, selectMaps, selectMaps, selectMaps, selectMaps, selectMapsPage, selectObjs, selectObjs, selectOne, selectOne, selectPage, update, update, updateById, updateById, updateById

    Methods inherited from interface net.mingsoft.base.dao.IBaseDao

    alterTable, createTable, delete, delete, deleteByEntity, deleteBySQL, deleteEntity, dropTable, excuteSql, getByEntity, getEntity, getEntity, insertBySQL, query, queryAll, queryByPage, queryCount, saveBatch, saveEntity, updateBySQL, updateCache, updateEntity
  • Method Details

    • countByUrl

      int countByUrl(String websiteUrl)
      根据域名查找相同域名的个数 其中附加域名中存在的url也会一并统计
      Parameters:
      websiteUrl - 域名
      Returns:
      返回相同域名的个数