public interface EventRepository extends Xs2aCrudRepository<EventEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<EventEntity>
| Modifier and Type | Method and Description |
|---|---|
List<EventEntity> |
findByTimestampBetweenAndEventOriginOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to,
de.adorsys.psd2.xs2a.core.event.EventOrigin eventOrigin) |
List<EventEntity> |
findByTimestampBetweenAndEventTypeOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to,
de.adorsys.psd2.xs2a.core.event.EventType eventType) |
List<EventEntity> |
findByTimestampBetweenOrderByTimestampAsc(OffsetDateTime from,
OffsetDateTime to) |
List<EventEntity> findByTimestampBetweenOrderByTimestampAsc(OffsetDateTime from, OffsetDateTime to)
List<EventEntity> findByTimestampBetweenAndEventTypeOrderByTimestampAsc(OffsetDateTime from, OffsetDateTime to, de.adorsys.psd2.xs2a.core.event.EventType eventType)
List<EventEntity> findByTimestampBetweenAndEventOriginOrderByTimestampAsc(OffsetDateTime from, OffsetDateTime to, de.adorsys.psd2.xs2a.core.event.EventOrigin eventOrigin)
Copyright © 2019. All rights reserved.