Interface AspspAccountAccessRepository

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void deleteByConsentId​(Long consentId)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
    • Method Detail

      • deleteByConsentId

        @Query("DELETE FROM aspsp_account_access WHERE consent_id=:consentId")
        @Modifying
        void deleteByConsentId​(@Param("consentId")
                               Long consentId)