
Uses of Class
ca.uhn.fhir.jpa.model.entity.StorageSettings
Packages that use StorageSettings
Package
Description
-
Uses of StorageSettings in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return StorageSettingsModifier 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.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type StorageSettingsModifier 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) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type StorageSettingsModifierConstructorDescriptionResourceIndexedSearchParamString
(PartitionSettings thePartitionSettings, StorageSettings theStorageSettings, String theResourceType, String theParamName, String theValueNormalized, String theValueExact) -
Uses of StorageSettings in ca.uhn.fhir.jpa.model.listener
Constructors in ca.uhn.fhir.jpa.model.listener with parameters of type StorageSettingsModifierConstructorDescriptionIndexStorageOptimizationListener
(StorageSettings theStorageSettings, org.springframework.context.ApplicationContext theApplicationContext) -
Uses of StorageSettings in ca.uhn.fhir.jpa.model.search
Methods in ca.uhn.fhir.jpa.model.search with parameters of type StorageSettingsModifier and TypeMethodDescriptionstatic HSearchIndexWriter
HSearchIndexWriter.forRoot
(StorageSettings theStorageSettings, org.hibernate.search.engine.backend.document.DocumentElement theDocument) Constructors in ca.uhn.fhir.jpa.model.search with parameters of type StorageSettingsModifierConstructorDescriptionExtendedHSearchIndexData
(ca.uhn.fhir.context.FhirContext theFhirContext, StorageSettings theStorageSettings, org.hl7.fhir.instance.model.api.IBaseResource theResource, ResourceTable theEntity)