@Repository public interface FintechPsuAspspPrvKeyRepository extends org.springframework.data.repository.CrudRepository<FintechPsuAspspPrvKey,UUID>
Modifier and Type | Method and Description |
---|---|
Optional<FintechPsuAspspPrvKey> |
findByFintechIdAndPsuIdAndAspspId(long fintechId,
long psuId,
long aspspId) |
Optional<FintechPsuAspspPrvKey> findByFintechIdAndPsuIdAndAspspId(long fintechId, long psuId, long aspspId)
Copyright © 2020. All rights reserved.