-
(링크) JPA - @Embedded @Embeddable 소개Spring Boot 🍃 2024. 1. 17. 19:49
https://dandev.tistory.com/entry/JPA-Embedded-Embeddable란-무엇이며-언제-사용할까-🤔
[JPA] @Embedded , @Embeddable란 무엇이며 언제 사용할까? 🤔
오늘은 @Embedded는 무엇이며 언제 어떻게 사용하는지에 대해 알아보자. 바로 시작해보자. 🔥 회원 엔티티가 다음과 같다고 가정해보자. 회원 엔티티는 이름, 도시, 주소 번지, 주소 우편번호를 가
dandev.tistory.com
관련 어노테이션
- @AttributeOverride : https://living-only-today.tistory.com/261
[JPA] @AttributeOverride - 매핑 정보 재정의
@AttributeOverride @MappedSuperclass를 통해 상속 받은 경우나 @Embedded를 통해 다른 객체를 필드에 선언한 경우 해당 엔티티에서는 다른 컬럼명을 사용하고 싶을 때가 있다. 이러한 경우에 사용할 수 있는
living-only-today.tistory.com
- @AttributeConverter : https://gunju-ko.github.io/jpa/2020/11/14/AttributeConverter.html
JPA 프로그래밍 입문 - AttributeConverter
AttributeConverter 이 글은 “JPA 프로그래밍 입문 - 최범균저”에 있는 내용을 정리한 글 입니다. AttributeConverter는 주로 다음과 같은 상황에서 사용된다. JPA가 지원하지 않는 타입을 매핑 두 개 이상
gunju-ko.github.io
'Spring Boot 🍃' 카테고리의 다른 글
console로 spring boot 프로젝트의 jar 실행시 port 변경하기 (0) 2024.01.14 spring cloud gateway - routing issue 기록 (0) 2024.01.13 (링크) spring cloud gateway - global exception handling (0) 2024.01.13 spring cloud gateway 실행 로그 설정 (0) 2024.01.13 Advice에서 관리 할 Exception 모음 (0) 2023.12.28