
Uses of Enum
ca.uhn.fhir.jpa.model.config.PartitionSettings.CrossPartitionReferenceMode
Packages that use PartitionSettings.CrossPartitionReferenceMode
-
Uses of PartitionSettings.CrossPartitionReferenceMode in ca.uhn.fhir.jpa.model.config
Methods in ca.uhn.fhir.jpa.model.config that return PartitionSettings.CrossPartitionReferenceModeModifier 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.Methods in ca.uhn.fhir.jpa.model.config with parameters of type PartitionSettings.CrossPartitionReferenceModeModifier and TypeMethodDescriptionvoid
PartitionSettings.setAllowReferencesAcrossPartitions
(PartitionSettings.CrossPartitionReferenceMode theAllowReferencesAcrossPartitions) Should resources references be permitted to cross partition boundaries.