context-mapper-dsl icon indicating copy to clipboard operation
context-mapper-dsl copied to clipboard

Key attribute

Open saulo2 opened this issue 8 months ago • 1 comments

Despite the "key" attribute being present in the TacticDDDLanguage.xtext file (for example, in the Attribute and Reference rules), I could not find the methods isKey and setKey(boolean key) anywhere in the context mapper dsl Maven module (for example, the Attribute and Reference interfaces do not have such methods). How my code can determine weather an attribute or reference is a key of an entity?

saulo2 avatar Mar 04 '25 22:03 saulo2