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