Package dev.dsf.fhir.dao
Interface ReadByUrlDao<R extends org.hl7.fhir.r4.model.DomainResource>
- All Known Subinterfaces:
ActivityDefinitionDao,CodeSystemDao,LibraryDao,MeasureDao,QuestionnaireDao,StructureDefinitionDao,ValueSetDao
- All Known Implementing Classes:
ActivityDefinitionDaoJdbc,CodeSystemDaoJdbc,LibraryDaoJdbc,MeasureDaoJdbc,QuestionnaireDaoJdbc,StructureDefinitionDaoJdbc,StructureDefinitionSnapshotDaoJdbc,ValueSetDaoJdbc
public interface ReadByUrlDao<R extends org.hl7.fhir.r4.model.DomainResource>
-
Method Summary
Modifier and TypeMethodDescriptionreadByUrlAndVersion(String urlAndVersion) readByUrlAndVersion(String url, String version) readByUrlAndVersionWithTransaction(Connection connection, String urlAndVersion) readByUrlAndVersionWithTransaction(Connection connection, String url, String version)
-
Method Details
-
readByUrlAndVersion
- Throws:
SQLException
-
readByUrlAndVersion
- Throws:
SQLException
-
readByUrlAndVersionWithTransaction
Optional<R> readByUrlAndVersionWithTransaction(Connection connection, String urlAndVersion) throws SQLException - Throws:
SQLException
-
readByUrlAndVersionWithTransaction
Optional<R> readByUrlAndVersionWithTransaction(Connection connection, String url, String version) throws SQLException - Throws:
SQLException
-