feat: 상품 엔티티 관리용 ItemRepository 인터페이스 추가 #5
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge: 데이터베이스 작업을 위한 ItemRepository 추가
이 병합은 Item 엔티티에 대한 CRUD 작업을 수행할 수 있도록
JpaRepository를 상속받는 ItemRepository 인터페이스를 추가합니다.
이 저장소는 추가 구현 없이 저장, 삭제, 전체 조회, 개수 세기 등의
표준 메서드를 제공합니다. 향후 아이템 필터링 및 고급 검색 기능을 위한
사용자 정의 쿼리 메서드가 추가될 예정입니다.
Related ticket: #3