Uses of Enum
ca.uhn.fhir.jpa.model.config.PartitionSettings.CrossPartitionReferenceMode
-
Uses of PartitionSettings.CrossPartitionReferenceMode in ca.uhn.fhir.jpa.model.config
Modifier and TypeMethodDescriptionPartitionSettings.getAllowReferencesAcrossPartitions()
Should resources references be permitted to cross partition boundaries.Returns the enum constant of this type with the specified name.PartitionSettings.CrossPartitionReferenceMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PartitionSettings.setAllowReferencesAcrossPartitions
(PartitionSettings.CrossPartitionReferenceMode theAllowReferencesAcrossPartitions) Should resources references be permitted to cross partition boundaries.