Uses of Class
com.ibm.fhir.persistence.jdbc.dao.ReindexResourceDAO
- 
Packages that use ReindexResourceDAO Package Description com.ibm.fhir.persistence.jdbc com.ibm.fhir.persistence.jdbc.impl com.ibm.fhir.persistence.jdbc.postgres  - 
- 
Uses of ReindexResourceDAO in com.ibm.fhir.persistence.jdbc
Methods in com.ibm.fhir.persistence.jdbc that return ReindexResourceDAO Modifier and Type Method Description static ReindexResourceDAOFHIRResourceDAOFactory. getReindexResourceDAO(java.sql.Connection connection, java.lang.String adminSchemaName, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterDAO parameterDao)Instantiate a new instance ofReindexResourceDAOconfigured for the given database type - 
Uses of ReindexResourceDAO in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type ReindexResourceDAO Modifier and Type Method Description <T extends Resource>
voidFHIRPersistenceJDBCImpl. updateParameters(ResourceIndexRecord rir, java.lang.Class<T> resourceTypeClass, Resource existingResourceDTO, ReindexResourceDAO reindexDAO, OperationOutcome.Builder operationOutcomeResult)Update the parameters for the resource described by the given DTO - 
Uses of ReindexResourceDAO in com.ibm.fhir.persistence.jdbc.postgres
Subclasses of ReindexResourceDAO in com.ibm.fhir.persistence.jdbc.postgres Modifier and Type Class Description classPostgresReindexResourceDAOPostgreSQL specialization of the DAO used to assist the reindex custom operation 
 -