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 classCommonValuesDAODAO 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 classDerbyCommonValuesDAODerby-specific extension of theCommonValuesDAOto work around some SQL syntax and Derby concurrency issues 
 -