jdl-studio
jdl-studio copied to clipboard
jdl-studio out of date with jhipster .jdl language: @Id vs with jpaDerivedIdentifier
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 }