
Uses of Interface
ca.uhn.fhir.jpa.dao.data.IResourceSearchUrlDao
Packages that use IResourceSearchUrlDao
-
Uses of IResourceSearchUrlDao in ca.uhn.fhir.jpa.config
Methods in ca.uhn.fhir.jpa.config with parameters of type IResourceSearchUrlDaoModifier and TypeMethodDescriptionJpaConfig.resourceSearchUrlSvc
(PersistenceContextProvider thePersistenceContextProvider, IResourceSearchUrlDao theResourceSearchUrlDao, MatchUrlService theMatchUrlService, ca.uhn.fhir.context.FhirContext theFhirContext, PartitionSettings thePartitionSettings) -
Uses of IResourceSearchUrlDao in ca.uhn.fhir.jpa.search
Constructors in ca.uhn.fhir.jpa.search with parameters of type IResourceSearchUrlDaoModifierConstructorDescriptionResourceSearchUrlSvc
(jakarta.persistence.EntityManager theEntityManager, IResourceSearchUrlDao theResourceSearchUrlDao, MatchUrlService theMatchUrlService, ca.uhn.fhir.context.FhirContext theFhirContext, PartitionSettings thePartitionSettings)