@Repository public interface FintechOnlyPubKeyRepository extends org.springframework.data.repository.CrudRepository<FintechPubKey,UUID>
Modifier and Type | Method and Description |
---|---|
Collection<FintechPubKey> |
findByFintech(Fintech fintech) |
@Query(value="SELECT prv.pubKey FROM FintechPrvKey prv WHERE prv.fintech = :fintech") Collection<FintechPubKey> findByFintech(@Param(value="fintech") Fintech fintech)
Copyright © 2020. All rights reserved.