Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.FhirSequenceDAO
- 
Packages that use FhirSequenceDAO Package Description org.linuxforhealth.fhir.persistence.jdbc org.linuxforhealth.fhir.persistence.jdbc.derby org.linuxforhealth.fhir.persistence.jdbc.postgres  - 
- 
Uses of FhirSequenceDAO in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc that return FhirSequenceDAO Modifier and Type Method Description static FhirSequenceDAOFHIRResourceDAOFactory. getSequenceDAO(java.sql.Connection connection, FHIRDbFlavor flavor)Get an implementation ofFhirSequenceDAOsuitable for the database type described by flavor. - 
Uses of FhirSequenceDAO in org.linuxforhealth.fhir.persistence.jdbc.derby
Classes in org.linuxforhealth.fhir.persistence.jdbc.derby that implement FhirSequenceDAO Modifier and Type Class Description classFhirSequenceDAOImplDAO to obtain the next value from FHIR_SEQUENCE - 
Uses of FhirSequenceDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement FhirSequenceDAO Modifier and Type Class Description classFhirSequenceDAOImplDAO to obtain the next value from FHIR_SEQUENCE 
 -