@Service public class EventEntitySpecification extends Object
| Constructor and Description |
|---|
EventEntitySpecification() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.jpa.domain.Specification<EventEntity> |
byPeriodAndConsentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String consentId,
String instanceId) |
org.springframework.data.jpa.domain.Specification<EventEntity> |
byPeriodAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String instanceId) |
org.springframework.data.jpa.domain.Specification<EventEntity> |
byPeriodAndPaymentIdAndInstanceId(OffsetDateTime start,
OffsetDateTime end,
String paymentId,
String instanceId) |
public org.springframework.data.jpa.domain.Specification<EventEntity> byPeriodAndInstanceId(OffsetDateTime start, OffsetDateTime end, String instanceId)
public org.springframework.data.jpa.domain.Specification<EventEntity> byPeriodAndConsentIdAndInstanceId(OffsetDateTime start, OffsetDateTime end, String consentId, String instanceId)
public org.springframework.data.jpa.domain.Specification<EventEntity> byPeriodAndPaymentIdAndInstanceId(OffsetDateTime start, OffsetDateTime end, String paymentId, String instanceId)
Copyright © 2019. All rights reserved.