Skip to content

feat: 상품 엔티티 관리용 ItemRepository 인터페이스 추가 #5

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

minhi0449
Copy link
Owner

Merge: 데이터베이스 작업을 위한 ItemRepository 추가

이 병합은 Item 엔티티에 대한 CRUD 작업을 수행할 수 있도록
JpaRepository를 상속받는 ItemRepository 인터페이스를 추가합니다.
이 저장소는 추가 구현 없이 저장, 삭제, 전체 조회, 개수 세기 등의
표준 메서드를 제공합니다. 향후 아이템 필터링 및 고급 검색 기능을 위한
사용자 정의 쿼리 메서드가 추가될 예정입니다.

Related ticket: #3

@minhi0449 minhi0449 merged commit 53ecf63 into main Apr 1, 2025
@minhi0449 minhi0449 deleted the feature/product branch April 1, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant