diff --git a/showcases/data/Store/Model Store/Mapping/enumeration/info.md b/showcases/data/Store/Model Store/Mapping/enumeration/info.md index 2a7610aac..1d2042a4d 100644 --- a/showcases/data/Store/Model Store/Mapping/enumeration/info.md +++ b/showcases/data/Store/Model Store/Mapping/enumeration/info.md @@ -1,7 +1,15 @@ --- title: Enumeration -description: +description: Example Mapping using Enum and Enum Mapping development: true --- +This showcase displays building a mapping from a database where one of the elements is an enum, utilizing enum mapping syntax. -TODO: Some dummy description \ No newline at end of file +Components needed for Example Enum Mapping: +* Source Models [Physical Model] : `showcase::stores::TradeDB` +* Source Models [Logical Model] : `showcase::model::Trade` + : `showcase::model::Order` +* Connection : `showcase::connections::EntityConnection` +* Service : `showcase::services::ServicePropEqStaticEnumVal` + : `showcase::services::ServicePropEqVarEnumVal` + : `showcase::services::ServiceVarInStaticEnumVal`