@@ -31,7 +31,7 @@ public interface ViolationRepository extends JpaRepository<Violation, Long> {
|
||||
List<Violation> findByFileEntityAndStatusAndCreatedDateBetween(FileEntity file, String status,
|
||||
LocalDateTime startDate, LocalDateTime endDate);
|
||||
|
||||
boolean existsByUrl(String url);
|
||||
boolean existsByUrlHash(String urlHash);
|
||||
|
||||
Optional<Violation> findById(Long id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user