@Repository public interface FintechOnlyPrvKeyRepository extends org.springframework.data.repository.CrudRepository<FintechPrvKey,UUID>
| Modifier and Type | Method and Description |
|---|---|
Optional<FintechPrvKey> |
findByIdAndFintechId(UUID id,
long fintechId) |
Optional<FintechPrvKey> findByIdAndFintechId(UUID id, long fintechId)
Copyright © 2020. All rights reserved.