Skip to content

Commit

Permalink
Update 2025-02-07-Reflection-API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdh10806 authored Jan 28, 2025
1 parent dcb09ee commit 3559cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 기술블로그/_posts/2025-02-07-Reflection-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ banner:
height: "100vh"
min_height: "38vh"
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline"
tags: [`JAVA`, `JPA`, `ORM`, `Reflection`, `Hibernate`, `Proxy`, `LazyLoading`]
tags: ["JAVA", "JPA", "ORM", "Reflection", "Hibernate", "Proxy", "LazyLoading"]
---

`Entity`설계 시 멘토님으로부터 "현업에서는 `Entity``Setter``AllArgsConstructor`를 사용하지 않고 기본생성자(`NoArgsConstructor`)만 작성 후 정적 팩토리 메서드를 사용해 `Entity`객체를 생성한다"라는 피드백을 받았습니다.
Expand Down

0 comments on commit 3559cd3

Please sign in to comment.