0

Can you do a Joined Subclass in the Entity Framework version 1? How do you approach the issue?

Joined Subclass:
http://www.xylax.net/hibernate/joinedsubclass.html
http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/hibernate/Hibernate_Reference_Guide/Mapping_declaration-joined_subclass.html

BuddyJoe
  • 69,735
  • 114
  • 291
  • 466

1 Answers1

1

Yes. The Entity Framework calls that "table per type."

Craig Stuntz
  • 125,891
  • 12
  • 252
  • 273