Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 450 Bytes

11.1-inherit-relationship-mapping.md

File metadata and controls

11 lines (9 loc) · 450 Bytes

실습 repo: https://github.com/siwony/HelloJPA/tree/inheritMapping_04

상속관계 매핑(실전)

요구사항 추가

  • 상품의 종류는 음반, 도서, 영화가 있고 이후 더 확장될 수 있다.
  • 모든 데이터는 등록일과 수정일이 필수다.

엔티티 모델

테이블 설계