Interface EventsRepository<T extends AuditEventEntity>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,Long>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>,org.springframework.data.repository.PagingAndSortingRepository<T,Long>,org.springframework.data.repository.Repository<T,Long>
public interface EventsRepository<T extends AuditEventEntity> extends org.springframework.data.repository.PagingAndSortingRepository<T,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>findAllByOrderByTimestampDesc()Optional<T>findByEventId(String eventId)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-
-
-
Method Detail
-
findAllByOrderByTimestampDesc
Collection<T> findAllByOrderByTimestampDesc()
-
-