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 ReindexResourceDAO
FHIRResourceDAOFactory. getReindexResourceDAO(Connection connection, String adminSchemaName, String schemaName, FHIRDbFlavor flavor, TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterDAO parameterDao)
Instantiate a new instance ofReindexResourceDAO
configured 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, 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 class
PostgresReindexResourceDAO
PostgreSQL specialization of the DAO used to assist the reindex custom operation
-