Single Table per class hierarchy – Single table has all properties of every class in the hierarchy.
Table per concrete class – Each subclass has a table having all the properties of super class also.
Table per subclass – Each class is mapped in its own table. There is separate table for super class and subclass.Table
Table per concrete class – Each subclass has a table having all the properties of super class also.
Table per subclass – Each class is mapped in its own table. There is separate table for super class and subclass.Table
No comments:
Post a Comment