Package ca.uhn.fhir.jpa.config
Class HapiJpaConfig
java.lang.Object
ca.uhn.fhir.jpa.config.HapiJpaConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionresourceCountsCache
(IFhirSystemDao<?, ?> theSystemDao) ca.uhn.fhir.rest.api.IResourceSupportedSvc
resourceSupportedSvc
(IDaoRegistry theDaoRegistry)
-
Constructor Details
-
HapiJpaConfig
public HapiJpaConfig()
-
-
Method Details
-
extendedFulltextSortHelper
-
fullTextSearchSvc
-
staleSearchDeletingSvc
-
databaseBackedPagingProvider
-
resourceSupportedSvc
@Bean public ca.uhn.fhir.rest.api.IResourceSupportedSvc resourceSupportedSvc(IDaoRegistry theDaoRegistry) -
resourceCountsCache
@Bean(name="myResourceCountsCache") public ResourceCountCache resourceCountsCache(IFhirSystemDao<?, ?> theSystemDao)
-