@ManyToOne을 사용할 때 @JoinColumn 생략 December 03 2021 💡 summary JPA를 학습하면서 @ManyToOne 어노테이션을 통해 다대일 연관관계를 매핑할 때 @JoinColumn을 항시 같이 사용했다.