0 Replies Latest reply on Nov 15, 2008 8:24 AM by recool.qiao_haibo.hotmail.com

    Dealing with entities with inheritance

    recool.qiao_haibo.hotmail.com

      Dear all,


      I have a few inheritance cases in my entity beans, and I used the Single table per class hierarchy approach. So I manually created the subclasses after running 'seam-gen generate-entities'.
      My question is, should I have an EntityHome component for each of the subclasses? or is it correct to do that?


      HB