Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.dao.impl.CommonValuesDAO
-
Packages that use CommonValuesDAO Package Description org.linuxforhealth.fhir.persistence.jdbc org.linuxforhealth.fhir.persistence.jdbc.derby -
-
Uses of CommonValuesDAO in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc that return CommonValuesDAO Modifier and Type Method Description static CommonValuesDAO
FHIRResourceDAOFactory. getCommonValuesDAO(java.sql.Connection connection, java.lang.String adminSchemaName, java.lang.String schemaName, FHIRDbFlavor flavor)
Get a standalone DAO to handle the fetch of records from common_token_values and common_canonical_values -
Uses of CommonValuesDAO in org.linuxforhealth.fhir.persistence.jdbc.derby
Subclasses of CommonValuesDAO in org.linuxforhealth.fhir.persistence.jdbc.derby Modifier and Type Class Description class
DerbyCommonValuesDAO
Derby-specific extension of theCommonValuesDAO
to work around some SQL syntax and Derby concurrency issues
-