Skip to content

Commit

Permalink
findByBaseDate 메서드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimminjeong committed Feb 9, 2025
1 parent ab34127 commit d9ed9d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
public interface PrfRankRepository extends JpaRepository<PrfRank, Integer> {
@EntityGraph(value = "Rank.performance.facility")
List<PrfRank> findTop10ByBaseDate(LocalDate baseTime);
List<PrfRank> findByBaseDate(LocalDate baseDate);
}

0 comments on commit d9ed9d9

Please sign in to comment.