Package dev.dsf.fhir.dao
Interface SubscriptionDao
- All Superinterfaces:
ResourceDao<org.hl7.fhir.r4.model.Subscription>
- All Known Implementing Classes:
SubscriptionDaoJdbc
-
Field Summary
Fields inherited from interface dev.dsf.fhir.dao.ResourceDao
FIRST_VERSION, FIRST_VERSION_STRING -
Method Summary
Modifier and TypeMethodDescriptionList<org.hl7.fhir.r4.model.Subscription>readByStatus(org.hl7.fhir.r4.model.Subscription.SubscriptionStatus status) Methods inherited from interface dev.dsf.fhir.dao.ResourceDao
create, createSearchQuery, createSearchQueryWithoutUserFilter, createWithId, createWithTransactionAndId, delete, deletePermanently, deletePermanentlyWithTransaction, deleteWithTransaction, existsNotDeleted, existsNotDeletedWithTransaction, getResourceType, getResourceTypeName, newReadWriteTransaction, read, readAll, readAllWithTransaction, readIncludingDeleted, readIncludingDeletedWithTransaction, readVersion, readVersionWithTransaction, readWithTransaction, search, searchWithTransaction, update, update, updateWithTransaction, updateWithTransaction
-
Method Details
-
readByStatus
List<org.hl7.fhir.r4.model.Subscription> readByStatus(org.hl7.fhir.r4.model.Subscription.SubscriptionStatus status) throws SQLException - Throws:
SQLException
-