public interface RDBMSAuditEventRepository extends org.springframework.data.repository.reactive.ReactiveCrudRepository<AuditEvent,Long>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<AuditEvent> |
findAllOrderByEventTimeDesc() |
@Query(value="select * from auditEvent ae order by eventTime desc") reactor.core.publisher.Flux<AuditEvent> findAllOrderByEventTimeDesc()
Copyright © 2010–2021 The Direct Project. All rights reserved.