Skip to content

Commit

Permalink
refactor: remove unnecessary blank line in AnalyticsRepository interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Feb 3, 2025
1 parent c47ccf1 commit 46b4435
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ List<Analytic> findByNameAndLevelAndDateBetween(@Param("name") String name,
@Param("endDate") LocalDateTime endDate, Pageable pageable);

// Fetch Analytics by Multiple Names and Date

@QueryHints({@QueryHint(name = "org.hibernate.readOnly", value = "true"),
@QueryHint(name = "org.hibernate.fetchSize", value = "50"),
@QueryHint(name = "org.hibernate.cacheable", value = "true")})
Expand Down

0 comments on commit 46b4435

Please sign in to comment.