This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve ""Error: Exercise could not be found..." during resource loading"

Files
11
@@ -22,9 +22,9 @@ public interface PersistenceAuditEventRepository extends JpaRepository<Persisten
List<PersistentAuditEvent> findTop1000ByAuditEventDateBefore(Instant before);
/**
* @Deprecated due to https://hibernate.atlassian.net/browse/HHH-5528
* @deprecated due to https://hibernate.atlassian.net/browse/HHH-5528
*/
@Deprecated
@Deprecated(since = "June 2024")
@Modifying
@Query("delete from PersistentAuditEvent ae where ae.auditEventDate < ?1")
int deleteInBulkByRoleId(Instant before);