Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.ICommonValuesDAO
-
Packages that use ICommonValuesDAO Package Description org.linuxforhealth.fhir.persistence.jdbc.dao.impl org.linuxforhealth.fhir.persistence.jdbc.derby -
-
Uses of ICommonValuesDAO in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that implement ICommonValuesDAO Modifier and Type Class Description class
CommonValuesDAO
DAO to fetch common value records normalized in common_token_values, common_canonical_values and code_systemsConstructors in org.linuxforhealth.fhir.persistence.jdbc.dao.impl with parameters of type ICommonValuesDAO Constructor Description JDBCIdentityCacheImpl(FHIRPersistenceJDBCCache cache, ResourceDAO resourceDAO, ParameterDAO parameterDAO, ICommonValuesDAO commonValuesDAO)
Public constructor -
Uses of ICommonValuesDAO in org.linuxforhealth.fhir.persistence.jdbc.derby
Classes in org.linuxforhealth.fhir.persistence.jdbc.derby that implement ICommonValuesDAO Modifier and Type Class Description class
DerbyCommonValuesDAO
Derby-specific extension of theCommonValuesDAO
to work around some SQL syntax and Derby concurrency issues
-