Uses of Interface
com.ibm.fhir.persistence.jdbc.dao.api.FHIRDbDAO
-
-
Uses of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.dao
Classes in com.ibm.fhir.persistence.jdbc.dao that implement FHIRDbDAO Modifier and Type Class Description classReindexResourceDAODAO used to contain the logic required to reindex a given resource -
Uses of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.dao.api
Subinterfaces of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.dao.api Modifier and Type Interface Description interfaceParameterDAOThis Data Access Object interface defines methods for creating, updating, and retrieving rows in the IBM FHIR Server parameter-related tables.interfaceResourceDAOThis Data Access Object interface provides methods creating, updating, and retrieving rows in the FHIR Resource tables. -
Uses of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.dao.impl
Classes in com.ibm.fhir.persistence.jdbc.dao.impl that implement FHIRDbDAO Modifier and Type Class Description classFHIRDbDAOImplThis class is a root Data Access Object for managing JDBC access to the FHIR database.classParameterDAOImplThis Data Access Object implements the ParameterDAO interface for creating, updating, and retrieving rows in the IBM FHIR Server parameter-related tables.classResourceDAOImplThis Data Access Object implements the ResourceDAO interface for creating, updating, and retrieving rows in the IBM FHIR Server resource tables. -
Uses of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.derby
Classes in com.ibm.fhir.persistence.jdbc.derby that implement FHIRDbDAO Modifier and Type Class Description classDerbyResourceDAOData access object for writing FHIR resources to an Apache Derby database. -
Uses of FHIRDbDAO in com.ibm.fhir.persistence.jdbc.postgres
Classes in com.ibm.fhir.persistence.jdbc.postgres that implement FHIRDbDAO Modifier and Type Class Description classPostgresReindexResourceDAOPostgreSQL specialization of the DAO used to assist the reindex custom operationclassPostgresResourceDAOData access object for writing FHIR resources to an postgresql database.classPostgresResourceNoProcDAOData access object for writing FHIR resources to a PostgreSQL database.
-