Uses of Class
cn.sliew.flinkful.sql.catalog.service.dto.CatalogStoreDTO
Packages that use CatalogStoreDTO
Package
Description
-
Uses of CatalogStoreDTO in cn.sliew.flinkful.sql.catalog.service
Methods in cn.sliew.flinkful.sql.catalog.service that return types with arguments of type CatalogStoreDTOModifier and TypeMethodDescriptionFlinkfulCatalogStoreService.get(CatalogType type, String catalogName) FlinkfulCatalogStoreService.list(CatalogType type) Methods in cn.sliew.flinkful.sql.catalog.service with parameters of type CatalogStoreDTOModifier and TypeMethodDescriptionvoidFlinkfulCatalogStoreService.add(CatalogStoreDTO dto) voidFlinkfulCatalogStoreService.update(CatalogStoreDTO dto) -
Uses of CatalogStoreDTO in cn.sliew.flinkful.sql.catalog.service.convert
Methods in cn.sliew.flinkful.sql.catalog.service.convert that return CatalogStoreDTOModifier and TypeMethodDescriptiondefault CatalogStoreDTOCatalogStoreConvert.toDto(CatalogStore entity) Methods in cn.sliew.flinkful.sql.catalog.service.convert with parameters of type CatalogStoreDTOModifier and TypeMethodDescriptiondefault CatalogStoreCatalogStoreConvert.toDo(CatalogStoreDTO dto) -
Uses of CatalogStoreDTO in cn.sliew.flinkful.sql.catalog.service.impl
Methods in cn.sliew.flinkful.sql.catalog.service.impl that return types with arguments of type CatalogStoreDTOModifier and TypeMethodDescriptionFlinkfulCatalogStoreServiceImpl.get(CatalogType type, String catalogName) FlinkfulCatalogStoreServiceImpl.list(CatalogType type) Methods in cn.sliew.flinkful.sql.catalog.service.impl with parameters of type CatalogStoreDTOModifier and TypeMethodDescriptionvoidFlinkfulCatalogStoreServiceImpl.add(CatalogStoreDTO dto) voidFlinkfulCatalogStoreServiceImpl.update(CatalogStoreDTO dto)