hmm, i can imagine problems with the pk. for example, say you have Document with its own
pk. when you create SalesInvoice it inherits the pk from Document. if you try to add an
additional field to SalesInvoice's pk, hibernate will probably choke because it's
not properly defined as a composite pk.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108248#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...