public interface TppStopListRepository extends org.springframework.data.repository.CrudRepository<TppStopListEntity,Long>
| Modifier and Type | Method and Description |
|---|---|
List<TppStopListEntity> |
findAllByStatusAndBlockingExpirationTimestampLessThanEqual(@NotNull de.adorsys.psd2.xs2a.core.tpp.TppStatus tppStatus,
@NotNull OffsetDateTime dateTimeToCompare) |
Optional<TppStopListEntity> |
findByTppAuthorisationNumberAndInstanceId(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId) |
Optional<TppStopListEntity> findByTppAuthorisationNumberAndInstanceId(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
List<TppStopListEntity> findAllByStatusAndBlockingExpirationTimestampLessThanEqual(@NotNull @NotNull de.adorsys.psd2.xs2a.core.tpp.TppStatus tppStatus, @NotNull @NotNull OffsetDateTime dateTimeToCompare)
Copyright © 2019. All rights reserved.