Skip to content

Commit

Permalink
Merge pull request #79 from dongkyun0713/dongkyun
Browse files Browse the repository at this point in the history
MatchingPostReviewRepository μˆ˜μ •
  • Loading branch information
dongkyun0713 authored Feb 21, 2024
2 parents 5a05b72 + efe7cfb commit 6b05971
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
@Repository
public interface MatchingPostReviewRepository extends JpaRepository<MatchingPostReview, Long> {
List<MatchingPostReview> findAllByMatchingPost(MatchingPost matchingPost);

void deleteAllByMatchingPost(MatchingPost matchingPost);
}

0 comments on commit 6b05971

Please sign in to comment.