Uses of Class
cn.sliew.sakura.dao.entity.CatalogFunction
-
Packages that use CatalogFunction Package Description cn.sliew.sakura.dao.mapper -
-
Uses of CatalogFunction in cn.sliew.sakura.dao.mapper
Methods in cn.sliew.sakura.dao.mapper that return types with arguments of type CatalogFunction Modifier and Type Method Description java.util.List<CatalogFunction>CatalogFunctionMapper. selectByDatabase(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)java.util.Optional<CatalogFunction>CatalogFunctionMapper. selectByName(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database, java.lang.String name)
-