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