Uses of Interface
org.linuxforhealth.fhir.persistence.params.api.ParameterNameDAO
- 
Packages that use ParameterNameDAO Package Description org.linuxforhealth.fhir.persistence.jdbc.postgres org.linuxforhealth.fhir.persistence.params.database  - 
- 
Uses of ParameterNameDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement ParameterNameDAO Modifier and Type Class Description classPostgresParameterNamesDAO - 
Uses of ParameterNameDAO in org.linuxforhealth.fhir.persistence.params.database
Classes in org.linuxforhealth.fhir.persistence.params.database that implement ParameterNameDAO Modifier and Type Class Description classDerbyParameterNamesDAOFor R4 we have replaced the old Derby (Java) stored procedure with plain old JDBC statements - much simpler and easier to debug.classParameterNameDAOImplDatabase interaction for parameter_names. 
 -