Uses of Interface
com.ibm.fhir.persistence.jdbc.dao.api.FhirRefSequenceDAO
-
Packages that use FhirRefSequenceDAO Package Description com.ibm.fhir.persistence.jdbc.derby com.ibm.fhir.persistence.jdbc.postgresql -
-
Uses of FhirRefSequenceDAO in com.ibm.fhir.persistence.jdbc.derby
Classes in com.ibm.fhir.persistence.jdbc.derby that implement FhirRefSequenceDAO Modifier and Type Class Description class
FhirRefSequenceDAOImpl
DAO to obtain the next value from FHIR_REF_SEQUENCE -
Uses of FhirRefSequenceDAO in com.ibm.fhir.persistence.jdbc.postgresql
Classes in com.ibm.fhir.persistence.jdbc.postgresql that implement FhirRefSequenceDAO Modifier and Type Class Description class
FhirRefSequenceDAOImpl
DAO to obtain the next value from FHIR_REF_SEQUENCE
-