사용법 1.oneToMany든 manyToOne이든 fetch = FetchType.LAZY를 붙혀준다 2.jpa could not initialize proxy - no session 오류발생시 참고 https://cordingmonster.tistory.com/235 jpa lazy사용시 jpa could not initialize proxy - no session 에러 두가지 방법이 있다 1.해당 함수 위에 @Transactional추가 -https://jforj.tistory.com/98 [JPA] could not initialize proxy - no Session 에러 안녕하세요. J4J입니다. JPA를 사용하다가 연관관계 매핑을 위해 @.. cordingmonster.tistory.com ..