Uses of Class
com.ibm.fhir.persistence.jdbc.dao.impl.ResourceDAOImpl
-
Packages that use ResourceDAOImpl Package Description com.ibm.fhir.persistence.jdbc.dao com.ibm.fhir.persistence.jdbc.derby com.ibm.fhir.persistence.jdbc.postgres -
-
Uses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.dao
Subclasses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.dao Modifier and Type Class Description class
ReindexResourceDAO
DAO used to contain the logic required to reindex a given resource -
Uses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.derby
Subclasses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.derby Modifier and Type Class Description class
DerbyResourceDAO
Data access object for writing FHIR resources to an Apache Derby database. -
Uses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.postgres
Subclasses of ResourceDAOImpl in com.ibm.fhir.persistence.jdbc.postgres 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.class
PostgresResourceNoProcDAO
Data access object for writing FHIR resources to a PostgreSQL database.
-