Uses of Interface
org.linuxforhealth.fhir.persistence.params.api.FhirRefSequenceDAO
-
Packages that use FhirRefSequenceDAO Package Description org.linuxforhealth.fhir.persistence.jdbc.postgres org.linuxforhealth.fhir.persistence.params.database -
-
Uses of FhirRefSequenceDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement FhirRefSequenceDAO Modifier and Type Class Description class
FhirRefSequenceDAOImpl
DAO to obtain the next value from FHIR_REF_SEQUENCE -
Uses of FhirRefSequenceDAO in org.linuxforhealth.fhir.persistence.params.database
Classes in org.linuxforhealth.fhir.persistence.params.database that implement FhirRefSequenceDAO Modifier and Type Class Description class
FhirRefSequenceDAOImpl
DAO to obtain the next value from FHIR_REF_SEQUENCE
-