Enterprise Java Development@TOPIC@
At the completion of this topic, the student shall
have an understanding of:
Inheritance strategies
Single Table
Table per Concrete Class
Joined
Mapped Superclass for non-entity parent classes
be able to:
Be able to map a Java inheritance relationship using a Single Table strategy
Be able to map a Java inheritance relationship using a Table per Concrete Class strategy
Be able to map a Java inheritance relationship using a Table per Subclass (Join) strategy