jhipster / jdl-studio

JDL Studio is an online JHipster Domain Language visual editor
https://start.jhipster.tech/jdl-studio/
Apache License 2.0
405 stars 114 forks source link

jdl-studio out of date with jhipster .jdl language: @Id vs with jpaDerivedIdentifier #136

Closed jackpunt closed 1 year ago

jackpunt commented 2 years ago

jdl-studio insists on OneToOne using 'with jpaDerivedIdentifier' { A to B with jpaDerivedIdentifier} and displays error if @Id is used.

jhipster barks about "deprecated useJpaDerivedIdentifier" and docs say the new way is: { A to @Id B }

DanielFran commented 1 year ago

Closed in https://github.com/jhipster/jdl-studio/pull/152