Package | Description |
---|---|
de.adorsys.opba.fintech.impl.database.repositories |
Modifier and Type | Method and Description |
---|---|
Optional<ConsentEntity> |
ConsentRepository.findByTppAuthId(String authId) |
List<ConsentEntity> |
ConsentRepository.findByUserEntityAndConsentTypeAndConsentConfirmedOrderByCreationTimeDesc(UserEntity userEntity,
ConsentType consentType,
Boolean consentConfirmed) |
Optional<ConsentEntity> |
ConsentRepository.findFirstByUserEntityAndBankIdAndConsentTypeAndConsentConfirmedOrderByCreationTimeDesc(UserEntity userEntity,
String bankId,
ConsentType consentType,
Boolean consentConfirmed) |
List<ConsentEntity> |
ConsentRepository.findListByUserEntityAndBankIdAndConsentTypeAndConsentConfirmed(UserEntity userEntity,
String bankId,
ConsentType consentType,
Boolean consentConfirmed) |
Copyright © 2020. All rights reserved.