Re: [hibernate-dev] relational model for union-subclass

2012-12-06 Thread Steve Ebersole
Personally I think it is maybe better to getting it working first the way the persisters expect it currently. Addressing changes inside the persister is a next step, but I did not want to "dirty the waters" in terms of trying to implement this new metamodel while both the producers and consume

[hibernate-dev] relational model for union-subclass

2012-12-06 Thread Strong Liu
having a design question, how should we model this (correct me if I get this wrong) for this inheritance hierarchy, the relational model of root entity is pushed to the sub entity, so the table of sub entity has all "root table" columns / pk and depends on if root entity is abstract, there may o