3 Replies Latest reply on Feb 4, 2014 8:29 AM by gastaldi

    Forge 2 jpa entity relationship

    rascio

      Hi,

      It seems that the command jpa-new-field doesn't work in Forge2 when the relationshipType is set.

      I've tried with a Many-To-Many annotation and a One-To-Many but they don't work.

      There's no error, so I don't know what is happening...

      The command is: jpa-new-field --named children --targetEntity it.nikeconsulting.nktest.model.Parent --type it.nikeconsulting.nktest.model.Child --relationshipType Many-to-Many

      Some help?