We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
엔티티의 ID값을 기준으로 동등성 비교를 하는건 어떻게 생각하시나요?
@Test void Jpa는_엔티티의_동등성을_재정의하지_않는다(@Autowired EntityManager entityManager) { Room 나무 = roomRepository.save(나무()); entityManager.clear(); var found = roomRepository.findById(나무.getId()); assertThat(found).get().isEqualTo(나무); }
No response
The text was updated successfully, but these errors were encountered:
Songusika
thdwoqor
No branches or pull requests
기능 설명
엔티티의 ID값을 기준으로 동등성 비교를 하는건 어떻게 생각하시나요?
개발 일정
No response
자식 이슈
No response
부가 설명
No response
The text was updated successfully, but these errors were encountered: