Coding Conventions

주석

컨트롤러 계층

서비스 계층

영속성 계층

Domain.entity

테스트 코드

Common


Namings

도메인

비즈니스 용어

영송성 계층의 용어

DTO

Common

Architecture Rules

계층형 구조

프로필/북마크 조회 시 join 처리

같은 애그리거트 toMany 루트 엔티티에서 참조 방식 조회 데이터 매핑
@Column profile → favoriteIds Set<Vo> (id = bookmarkId) 페치 조인
@EmbeddedId profile → followIds Set<Vo> (id = followerId + followeeId) 페치 조인
@Column bookmark → reaction Set<Vo> (profileId + ReactionType) 페치 조인
@Column profile → favorieCategories Set<Vo> (Category) 조회 될 일 없음 ??