Package de.adorsys.psd2.report.jpa
Class EventReportJPARepository
- java.lang.Object
-
- de.adorsys.psd2.report.jpa.EventReportJPARepository
-
@Repository @Transactional(readOnly=true) public class EventReportJPARepository extends Object
-
-
Constructor Summary
Constructors Constructor Description EventReportJPARepository()
-
Method Summary
-
-
-
Method Detail
-
getEventsForPeriod
public List<EventEntityForReport> getEventsForPeriod(OffsetDateTime periodFrom, OffsetDateTime periodTo, String instanceId)
-
findByTimestampBetweenAndConsentIdAndInstanceIdOrderByTimestampAsc
public List<EventEntityForReport> findByTimestampBetweenAndConsentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, String consentId, String instanceId)
-
findByTimestampBetweenAndPaymentIdAndInstanceIdOrderByTimestampAsc
public List<EventEntityForReport> findByTimestampBetweenAndPaymentIdAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, String paymentId, String instanceId)
-
findByTimestampBetweenAndEventTypeAndInstanceIdOrderByTimestampAsc
public List<EventEntityForReport> findByTimestampBetweenAndEventTypeAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, de.adorsys.psd2.event.core.model.EventType eventType, String instanceId)
-
findByTimestampBetweenAndEventOriginAndInstanceIdOrderByTimestampAsc
public List<EventEntityForReport> findByTimestampBetweenAndEventOriginAndInstanceIdOrderByTimestampAsc(OffsetDateTime periodFrom, OffsetDateTime periodTo, de.adorsys.psd2.event.core.model.EventOrigin eventOrigin, String instanceId)
-
-