
Uses of Enum Class
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.StoreMetaSourceInformationEnum
Packages that use JpaStorageSettings.StoreMetaSourceInformationEnum
-
Uses of JpaStorageSettings.StoreMetaSourceInformationEnum in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return JpaStorageSettings.StoreMetaSourceInformationEnumModifier and TypeMethodDescriptionJpaStorageSettings.getStoreMetaSourceInformation()
If enabled, resource source information (Resource.meta.source
) will be persisted along with each resource.Returns the enum constant of this class with the specified name.JpaStorageSettings.StoreMetaSourceInformationEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.jpa.api.config with parameters of type JpaStorageSettings.StoreMetaSourceInformationEnumModifier and TypeMethodDescriptionvoid
JpaStorageSettings.setStoreMetaSourceInformation
(JpaStorageSettings.StoreMetaSourceInformationEnum theStoreMetaSourceInformation) If enabled, resource source information (Resource.meta.source
) will be persisted along with each resource.