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