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