Uses of Class
ca.uhn.fhir.jpa.model.entity.StorageSettings
Package
Description
-
Uses of StorageSettings in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionBaseResourceIndexedSearchParam.getStorageSettings()
StorageSettings.setMaximumTransactionBundleSize
(Integer theMaximumTransactionBundleSize) Specifies the maximum number of resources permitted within a single transaction bundle.StorageSettings.setTreatReferencesAsLogical
(Set<String> theTreatReferencesAsLogical) This setting may be used to advise the server that any references found in resources that have any of the base URLs given here will be treated as logical references instead of being treated as real references.Modifier and TypeMethodDescriptionstatic long
ResourceIndexedSearchParamString.calculateHashNormalized
(PartitionSettings thePartitionSettings, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized) static long
ResourceIndexedSearchParamString.calculateHashNormalized
(PartitionSettings thePartitionSettings, PartitionablePartitionId theRequestPartitionId, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized) BaseResourceIndexedSearchParam.setStorageSettings
(StorageSettings theStorageSettings) ModifierConstructorDescriptionResourceIndexedSearchParamString
(PartitionSettings thePartitionSettings, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized, String theValueExact) -
Uses of StorageSettings in ca.uhn.fhir.jpa.model.listener
ModifierConstructorDescriptionIndexStorageOptimizationListener
(StorageSettings theStorageSettings, org.springframework.context.ApplicationContext theApplicationContext) -
Uses of StorageSettings in ca.uhn.fhir.jpa.model.search
Modifier and TypeMethodDescriptionstatic HSearchIndexWriter
HSearchIndexWriter.forRoot
(StorageSettings theStorageSettings, org.hibernate.search.engine.backend.document.DocumentElement theDocument) ModifierConstructorDescriptionExtendedHSearchIndexData
(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, org.hl7.fhir.instance.model.api.IBaseResource theResource)