Uses of Interface
ca.uhn.fhir.jpa.dao.IFulltextSearchSvc
Package
Description
-
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.config
Modifier and TypeMethodDescriptionBatch2SupportConfig.deleteExpungeSvc
(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc) JpaConfig.searchStrategyFactory
(IFulltextSearchSvc theFulltextSvc) -
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.dao
Modifier and TypeFieldDescriptionprotected IFulltextSearchSvc
BaseHapiFhirResourceDao.mySearchDao
-
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.delete.batch2
ModifierConstructorDescriptionDeleteExpungeSvcImpl
(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc) -
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.search
ModifierConstructorDescriptionSearchStrategyFactory
(JpaStorageSettings theStorageSettings, IFulltextSearchSvc theFulltextSearchSvc)