Skip to content

juneyr.dev

JPA (5)

View all tags

JPA

hibernate exception이 발생하면 알아서 clear 해주지 않는다

서론 null id in entry (don't flush the Session after an exception occurs…


JPA, Java

transient : 두가지 사용례, 비슷한 의미

java에서도, JPA에서 볼 수 있다


JPA

transactional

No Session Exception 을 마주한 적이 있다면 https://bebong.tistory.com/entry/JPA-Lazy-Evaluation-LazyInitializationException-could-not-initialize…


JPA, Java

JPA 가 뭔데 쓰는건가요?

Spring을 공부하던 중에, 멘토님께서 JPA의 중요성을 강조해주셨습니다. Django 는 ORM 으로 간단하게 DB를 다루고 쓸 수 있었는데, Spring에서는 어떤 식으로 DB…


JPA, Java

JPA 영속성 컨텍스트 정리

영속성 컨텍스트 JPA…