Uses of Class
cn.sliew.sakura.catalog.service.dto.CatalogDatabaseDTO
-
Packages that use CatalogDatabaseDTO Package Description cn.sliew.sakura.catalog.factory cn.sliew.sakura.catalog.service cn.sliew.sakura.catalog.service.convert cn.sliew.sakura.catalog.service.impl -
-
Uses of CatalogDatabaseDTO in cn.sliew.sakura.catalog.factory
Methods in cn.sliew.sakura.catalog.factory that return CatalogDatabaseDTO Modifier and Type Method Description static CatalogDatabaseDTOCatalogDatabaseFactory. fromDatabase(java.lang.String catalogName, java.lang.String name, org.apache.flink.table.catalog.CatalogDatabase catalog)Methods in cn.sliew.sakura.catalog.factory with parameters of type CatalogDatabaseDTO Modifier and Type Method Description static org.apache.flink.table.catalog.CatalogDatabaseCatalogDatabaseFactory. toDatabase(CatalogDatabaseDTO database) -
Uses of CatalogDatabaseDTO in cn.sliew.sakura.catalog.service
Methods in cn.sliew.sakura.catalog.service that return types with arguments of type CatalogDatabaseDTO Modifier and Type Method Description java.util.Optional<CatalogDatabaseDTO>CatalogService. getDatabase(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)java.util.List<CatalogDatabaseDTO>CatalogService. listDatabases(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog)Methods in cn.sliew.sakura.catalog.service with parameters of type CatalogDatabaseDTO Modifier and Type Method Description voidCatalogService. insertDatabase(CatalogDatabaseDTO database)voidCatalogService. updateDatabase(CatalogDatabaseDTO database) -
Uses of CatalogDatabaseDTO in cn.sliew.sakura.catalog.service.convert
Methods in cn.sliew.sakura.catalog.service.convert that return CatalogDatabaseDTO Modifier and Type Method Description CatalogDatabaseDTOCatalogDatabaseConvert. toDto(cn.sliew.sakura.dao.entity.CatalogDatabase entity)Methods in cn.sliew.sakura.catalog.service.convert with parameters of type CatalogDatabaseDTO Modifier and Type Method Description cn.sliew.sakura.dao.entity.CatalogDatabaseCatalogDatabaseConvert. toDo(CatalogDatabaseDTO dto) -
Uses of CatalogDatabaseDTO in cn.sliew.sakura.catalog.service.impl
Methods in cn.sliew.sakura.catalog.service.impl that return types with arguments of type CatalogDatabaseDTO Modifier and Type Method Description java.util.Optional<CatalogDatabaseDTO>CatalogServiceImpl. getDatabase(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog, java.lang.String database)java.util.List<CatalogDatabaseDTO>CatalogServiceImpl. listDatabases(cn.sliew.sakura.common.dict.catalog.CatalogType type, java.lang.String catalog)Methods in cn.sliew.sakura.catalog.service.impl with parameters of type CatalogDatabaseDTO Modifier and Type Method Description voidCatalogServiceImpl. insertDatabase(CatalogDatabaseDTO database)voidCatalogServiceImpl. updateDatabase(CatalogDatabaseDTO database)
-