Uses of Interface
org.linuxforhealth.fhir.persistence.helper.PersistenceHelper
-
Packages that use PersistenceHelper Package Description org.linuxforhealth.fhir.persistence.helper org.linuxforhealth.fhir.server.registry org.linuxforhealth.fhir.server.resolve -
-
Uses of PersistenceHelper in org.linuxforhealth.fhir.persistence.helper
Classes in org.linuxforhealth.fhir.persistence.helper that implement PersistenceHelper Modifier and Type Class Description class
FHIRPersistenceHelper
This class serves as a helper for obtaining the correct persistence implementation to be used by the FHIR REST API layer. -
Uses of PersistenceHelper in org.linuxforhealth.fhir.server.registry
Constructors in org.linuxforhealth.fhir.server.registry with parameters of type PersistenceHelper Constructor Description ServerRegistryResourceProvider(PersistenceHelper persistenceHelper, SearchHelper searchHelper)
-
Uses of PersistenceHelper in org.linuxforhealth.fhir.server.resolve
Constructors in org.linuxforhealth.fhir.server.resolve with parameters of type PersistenceHelper Constructor Description ServerResolveFunction(PersistenceHelper persistenceHelper)
-