Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.CodeSystemDAO
-
Packages that use CodeSystemDAO Package Description org.linuxforhealth.fhir.persistence.jdbc.dao.impl org.linuxforhealth.fhir.persistence.jdbc.derby org.linuxforhealth.fhir.persistence.jdbc.postgres -
-
Uses of CodeSystemDAO in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that implement CodeSystemDAO Modifier and Type Class Description class
CodeSystemDAOImpl
This DAO uses a connection provided to its constructor. -
Uses of CodeSystemDAO in org.linuxforhealth.fhir.persistence.jdbc.derby
Classes in org.linuxforhealth.fhir.persistence.jdbc.derby that implement CodeSystemDAO Modifier and Type Class Description class
DerbyCodeSystemDAO
Derby variant DAO used to manage code_systems records. -
Uses of CodeSystemDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement CodeSystemDAO Modifier and Type Class Description class
PostgresCodeSystemDAO
PostgreSql variant DAO used to manage code_systems records.
-