[JPA] 쿼리 어노테이션(Query Annotation) 에러(expression or DISTINCT expected, got)해결
[JPA]@CreatedDate에 날짜가 안 담길때 오류
[JPA/MariaDB]Entity에 복합키와 FK 제약조건 넣기
[JPA/MariaDB]errno: 150 Foreign key constraint is incorrectly formed 해결방법
[JPA] Entity VS DTO

[JPA] Entity VS DTO

JPA프로젝트를 구글링하다보면 Entity와 DTO를 필드가 거의 똑같은데 나눠서 작성한다.
왜 그렇게 해야할까?
Entity 클래스를 데이터베이스와 맞닿은 핵심 클래스로 Request/Response 클래스로 사용하면 안되기 때문이다.

Read More
[JPA] 기초 Query Method(쿼리메서드)와 Entity(엔티티)