fix: use the correct function name
This commit is contained in:
@@ -100,7 +100,7 @@ public class FhirServerConfigCommon {
|
|||||||
: StorageSettings.IndexEnabledEnum.DISABLED);
|
: StorageSettings.IndexEnabledEnum.DISABLED);
|
||||||
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
|
jpaStorageSettings.setAutoCreatePlaceholderReferenceTargets(
|
||||||
appProperties.getAuto_create_placeholder_reference_targets());
|
appProperties.getAuto_create_placeholder_reference_targets());
|
||||||
jpaStorageSettings.setEnableMassIngestionMode(
|
jpaStorageSettings.setMassIngestionMode(
|
||||||
appProperties.getEnable_mass_ingestion_mode());
|
appProperties.getEnable_mass_ingestion_mode());
|
||||||
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
|
jpaStorageSettings.setAutoVersionReferenceAtPaths(appProperties.getAuto_version_reference_at_paths());
|
||||||
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(
|
jpaStorageSettings.setEnforceReferentialIntegrityOnWrite(
|
||||||
|
|||||||
Reference in New Issue
Block a user