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

Add the possibility to have more than one relationshipBody #394

Closed MathieuAA closed 4 years ago

MathieuAA commented 4 years ago

For example:

relationship OneToOne {
  A to B,
  B to C,
}
MathieuAA commented 4 years ago

Closed as of https://github.com/jhipster/jhipster.github.io/pull/844