Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.dao.api.FHIRDbDAO
-
-
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.citus
Classes in org.linuxforhealth.fhir.persistence.jdbc.citus that implement FHIRDbDAO Modifier and Type Class Description class
CitusResourceDAO
Data access object for writing FHIR resources to Citus database using the stored procedure (or function, in this case) -
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.dao
Classes in org.linuxforhealth.fhir.persistence.jdbc.dao that implement FHIRDbDAO Modifier and Type Class Description class
EraseResourceDAO
EraseDAO is the data access layer of the erase operation which executes directly against the database using SQL statements to: check the resource exists delete all versions from the resource table delete all parameters delete entries from global table delete resource specific logical resource entryclass
ReindexResourceDAO
DAO used to contain the logic required to reindex a given resource -
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.dao.api
Subinterfaces of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.dao.api Modifier and Type Interface Description interface
ParameterDAO
This Data Access Object interface defines methods for creating, updating, and retrieving rows in the IBM FHIR Server parameter-related tables.interface
ResourceDAO
This Data Access Object interface provides methods creating, updating, and retrieving rows in the FHIR Resource tables. -
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that implement FHIRDbDAO Modifier and Type Class Description class
FHIRDbDAOImpl
This class is a root Data Access Object for managing JDBC access to the FHIR database.class
ParameterDAOImpl
This Data Access Object implements the ParameterDAO interface for creating, updating, and retrieving rows in the IBM FHIR Server parameter-related tables.class
ResourceDAOImpl
This Data Access Object implements the ResourceDAO interface for creating, updating, and retrieving rows in the IBM FHIR Server resource tables. -
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.derby
Classes in org.linuxforhealth.fhir.persistence.jdbc.derby that implement FHIRDbDAO Modifier and Type Class Description class
DerbyResourceDAO
Data access object for writing FHIR resources to an Apache Derby database. -
Uses of FHIRDbDAO in org.linuxforhealth.fhir.persistence.jdbc.postgres
Classes in org.linuxforhealth.fhir.persistence.jdbc.postgres that implement FHIRDbDAO Modifier and Type Class Description class
PostgresReindexResourceDAO
PostgreSQL specialization of the DAO used to assist the reindex custom operationclass
PostgresResourceDAO
Data access object for writing FHIR resources to an postgresql database using the stored procedure (or function, in this case)class
PostgresResourceNoProcDAO
Data access object for writing FHIR resources to a PostgreSQL database.
-