Interface AspspConsentDataRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AspspConsentDataEntity,String>,org.springframework.data.repository.Repository<AspspConsentDataEntity,String>
public interface AspspConsentDataRepository extends org.springframework.data.repository.CrudRepository<AspspConsentDataEntity,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<AspspConsentDataEntity>findByConsentId(String externalConsentId)
-
-
-
Method Detail
-
findByConsentId
Optional<AspspConsentDataEntity> findByConsentId(String externalConsentId)
-
-