Package dev.dsf.fhir.dao
Interface NamingSystemDao
- All Superinterfaces:
ResourceDao<org.hl7.fhir.r4.model.NamingSystem>
- All Known Implementing Classes:
NamingSystemDaoJdbc
-
Field Summary
Fields inherited from interface dev.dsf.fhir.dao.ResourceDao
FIRST_VERSION, FIRST_VERSION_STRING -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsWithUniqueIdUriEntry(Connection connection, String uniqueIdValue) booleanexistsWithUniqueIdUriEntryResolvable(Connection connection, String uniqueIdValue) Optional<org.hl7.fhir.r4.model.NamingSystem>readByName(String name) Optional<org.hl7.fhir.r4.model.NamingSystem>readByNameWithTransaction(Connection connection, String name) 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
-
readByName
- Throws:
SQLException
-
readByNameWithTransaction
Optional<org.hl7.fhir.r4.model.NamingSystem> readByNameWithTransaction(Connection connection, String name) throws SQLException - Throws:
SQLException
-
existsWithUniqueIdUriEntry
- Throws:
SQLException
-
existsWithUniqueIdUriEntryResolvable
boolean existsWithUniqueIdUriEntryResolvable(Connection connection, String uniqueIdValue) throws SQLException - Throws:
SQLException
-