Interface AspspAccountAccessRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AspspAccountAccess,Long>,org.springframework.data.repository.Repository<AspspAccountAccess,Long>
public interface AspspAccountAccessRepository extends org.springframework.data.repository.CrudRepository<AspspAccountAccess,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteByConsentId(Long consentId)
-
-
-
Method Detail
-
deleteByConsentId
@Query("DELETE FROM aspsp_account_access WHERE consent_id=:consentId") @Modifying void deleteByConsentId(@Param("consentId") Long consentId)
-
-