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) org.hl7.fhir.common.hapi.validation.support.CachingValidationSupport
validationSupportChain
(JpaValidationSupportChain theJpaValidationSupportChain)
-
Constructor Details
-
HapiJpaConfig
public HapiJpaConfig()
-
-
Method Details
-
extendedFulltextSortHelper
-
fullTextSearchSvc
-
staleSearchDeletingSvc
-
validationSupportChain
@Primary @Bean public org.hl7.fhir.common.hapi.validation.support.CachingValidationSupport validationSupportChain(JpaValidationSupportChain theJpaValidationSupportChain) -
databaseBackedPagingProvider
-
resourceSupportedSvc
@Bean public ca.uhn.fhir.rest.api.IResourceSupportedSvc resourceSupportedSvc(IDaoRegistry theDaoRegistry) -
resourceCountsCache
@Bean(name="myResourceCountsCache") public ResourceCountCache resourceCountsCache(IFhirSystemDao<?, ?> theSystemDao)
-