2 Replies Latest reply on Jan 9, 2006 10:50 AM by silviu.marcu

    InheritanceType.JOINED relations in base class added also in

      I have this scenario:

      A has id, fk1 (a relation to other entity)
      B extends A
      the inheritance type is InheritanceType.JOINED
      when I look into the generated TABLES I have the fk1 in both tables
      A (id, fk1, ...)
      B (id, fk1, ...)

      my question is HOW do I make the hibernate to not add fk1 to B table?

      thank you