인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

sic6167901's profile image
sic6167901

asked

Java ORM Standard JPA Programming - Basics

Mapped Superclass - Mapping Information Inheritance

MappedSuperClass 관련 질문

Written on

·

390

0

안녕하세요 강사님 또 이렇게 질문드립니다 :)

MappedSuperClass를 공부하면서 느낀건데

MappedSuperClass를 사용한다는 것은 스프링에서 AOP을 적용했다고 봐도 되는 건가요?

javaJPA

Answer 2

1

sic6167901님의 프로필 이미지
sic6167901
Questioner

답변 감사드립니다!!

1

yh님의 프로필 이미지
yh
Instructor

안녕하세요. 인철님

MappedSuperClass는 부모클래스의 속성(필드)만 자식 클래스에서 상속 받는다고 이해하시면 됩니다.

AOP와는 많이 다릅니다^^

감사합니다.

sic6167901's profile image
sic6167901

asked

Ask a question