Interface SubscriptionDao

All Superinterfaces:
ResourceDao<org.hl7.fhir.r4.model.Subscription>
All Known Implementing Classes:
SubscriptionDaoJdbc

public interface SubscriptionDao extends ResourceDao<org.hl7.fhir.r4.model.Subscription>
  • Method Details

    • readByStatus

      List<org.hl7.fhir.r4.model.Subscription> readByStatus(org.hl7.fhir.r4.model.Subscription.SubscriptionStatus status) throws SQLException
      Throws:
      SQLException