-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: SoftwareMaestro-Backend-Study/java-orm-jpa-study
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
OSIV 적용한 상황에서 트랜잭션 롤백이 일어났을 때 어떤 문제점이 일어나고, 스프링이 이를 어떻게 예방하는지 설명하세요.
question
Further information is requested
#12
opened May 12, 2023 by
great-park
OSIV 적용시 컨트롤러에선 플러시가 동작하지 않는 이유 2가지를 제시하세요
question
Further information is requested
#11
opened May 11, 2023 by
great-park
JpaRepository 상속 시 엔티티 클래스와 식별자를 지정하는 이유는?
question
Further information is requested
#10
opened May 9, 2023 by
great-park
em.find() VS JPQL 차이점을 영속성 컨텍스트와 관련지어 설명하시오
question
Further information is requested
#9
opened May 9, 2023 by
great-park
영속성 컨텍스트에 찾는 엔티티가 이미 있다면 em.getReference()는 프록시를 반환할까 실제 엔티티를 반환할까?
question
Further information is requested
#8
opened May 8, 2023 by
great-park
JPA에서 식별자를 둘 이상 사용시 별도의 식별자 클래스를 만들어야 하는 이유는?
question
Further information is requested
#7
opened May 6, 2023 by
great-park
프록시로 만들어진 엔티티에 대한 조회가 들어온다면, 영속성 컨텍스트는 실제 엔티티와 프록시 객체 중 어떤 객체를 반환해야 할까?
question
Further information is requested
#6
opened May 3, 2023 by
great-park
평상시 개발할 때, entityMangerFactory를 설정해주지 않는데 해당 빈설정은 어디서 해줄까?
question
Further information is requested
#4
opened May 2, 2023 by
minnseong
em.find()와 jpql를 사용한 조회의 동작원리의 차이점?
question
Further information is requested
#3
opened May 2, 2023 by
minnseong
@Entity 어노테이션 적용 시 기본 생성자가 필수인 이유는?
question
Further information is requested
#1
opened Apr 28, 2023 by
great-park
ProTip!
Adding no:label will show everything without a label.