public class EventEntitySpecification extends Object
| Constructor and Description |
|---|
EventEntitySpecification() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.jpa.domain.Specification<EventEntity> |
getEventsForPeriodAndConsentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String consentId,
String instanceId) |
static org.springframework.data.jpa.domain.Specification<EventEntity> |
getEventsForPeriodAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String instanceId) |
static org.springframework.data.jpa.domain.Specification<EventEntity> |
getEventsForPeriodAndPaymentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String paymentId,
String instanceId) |
public static org.springframework.data.jpa.domain.Specification<EventEntity> getEventsForPeriodAndInstanceId(OffsetDateTime start, OffsetDateTime end, String instanceId)
public static org.springframework.data.jpa.domain.Specification<EventEntity> getEventsForPeriodAndConsentIdAndInstanceId(OffsetDateTime start, OffsetDateTime end, String consentId, String instanceId)
public static org.springframework.data.jpa.domain.Specification<EventEntity> getEventsForPeriodAndPaymentIdAndInstanceId(OffsetDateTime start, OffsetDateTime end, String paymentId, String instanceId)
Copyright © 2018. All rights reserved.