Interface CatalogFunctionMapper

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<CatalogFunction>, com.baomidou.mybatisplus.core.mapper.Mapper<CatalogFunction>

@Mapper public interface CatalogFunctionMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<CatalogFunction>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    countByDatabase(CatalogType type, String catalog, String database)
     
    int
    deleteByName(CatalogType type, String catalog, String database, String name)
     
    selectByDatabase(CatalogType type, String catalog, String database)
     
    selectByName(CatalogType type, String catalog, String database, String name)
     

    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