Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling of cardinalities of attributes #12

Open
JDziurlaj opened this issue Mar 29, 2020 · 0 comments
Open

Handling of cardinalities of attributes #12

JDziurlaj opened this issue Mar 29, 2020 · 0 comments

Comments

@JDziurlaj
Copy link
Contributor

Attributes get transformed to entities when the upper or lower cardinality is greater than one. This is to conform to first normal form (1NF). However, the relationship generated should be different between primitives and regular classes. Primitives are converted to their own entity, dependent on their parent. Bona fide classes however, simply reference the class. Thus the generated cardinalities must also be different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant