
Uses of Interface
ca.uhn.fhir.jpa.dao.IFulltextSearchSvc
Packages that use IFulltextSearchSvc
Package
Description
-
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config that return IFulltextSearchSvcMethods in ca.uhn.fhir.jpa.config with parameters of type IFulltextSearchSvcModifier and TypeMethodDescriptionBatch2SupportConfig.deleteExpungeSvc
(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc) JpaConfig.searchStrategyFactory
(IFulltextSearchSvc theFulltextSvc) -
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.dao
Classes in ca.uhn.fhir.jpa.dao that implement IFulltextSearchSvcFields in ca.uhn.fhir.jpa.dao declared as IFulltextSearchSvcModifier and TypeFieldDescriptionprotected IFulltextSearchSvc
BaseHapiFhirResourceDao.mySearchDao
-
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.delete.batch2
Constructors in ca.uhn.fhir.jpa.delete.batch2 with parameters of type IFulltextSearchSvcModifierConstructorDescriptionDeleteExpungeSvcImpl
(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc) -
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.search
Constructors in ca.uhn.fhir.jpa.search with parameters of type IFulltextSearchSvcModifierConstructorDescriptionSearchStrategyFactory
(JpaStorageSettings theStorageSettings, IFulltextSearchSvc theFulltextSearchSvc) -
Uses of IFulltextSearchSvc in ca.uhn.fhir.jpa.search.builder
Methods in ca.uhn.fhir.jpa.search.builder with parameters of type IFulltextSearchSvcModifier and TypeMethodDescriptionvoid
SearchBuilder.setFullTextSearch
(IFulltextSearchSvc theFulltextSearchSvc)