jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
346 stars 116 forks source link

JDL Entities DataTypes #431

Closed aderhmC closed 4 years ago

aderhmC commented 4 years ago

Why I cannot do this:

`entity Example {

aValue String
aValue String
aValue EcoLam

}

entity EcoLam {

aValue String
aValue String
//...

}`

MathieuAA commented 4 years ago

I don't understand what you mean, and this is not the place for questions (but for bugs/feature requests). You probably want relationships. Next time, read the docs.