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
JpaRepository
Repository
CrudRepository
SimpleJpaRepository
산초도 통일되지 않는 사용에 대해서 경계하고 있는 것 같아 이슈로 올립니다. 제 제안은 아래와 같아요.
findAll
The text was updated successfully, but these errors were encountered:
donghoony
No branches or pull requests
🔍 설명
JpaRepository
를 대부분의 상황에서 사용하고 있습니다만, 몇 가지 문제가 존재합니다.SimpleJpaRepository
에 존재해 구현됨산초도 통일되지 않는 사용에 대해서 경계하고 있는 것 같아 이슈로 올립니다. 제 제안은 아래와 같아요.
🔥 할 일
JpaRepository
로 이루어져 있는 인터페이스를Repository
를 상속받도록 수정⏰ 예상 시간
🐴 할 말
findAll
등을 주의합시다 👍🏻The text was updated successfully, but these errors were encountered: