0 Replies Latest reply on Sep 21, 2006 8:12 AM by rajuanye

    joinColumn order

    rajuanye

      Hi all :)

      does anyone knows if it makes any difference of the @JoinColumn order.

      I had a problem and changing the order solved it for me.

      joinColumns = { @JoinColumn(name = "profile_id"),@JoinColumn(name = "population_id")})

      I just changed between profile_id and population_id

      thanks in advance
      Yehuda