
Uses of Enum
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.TagStorageModeEnum
Packages that use JpaStorageSettings.TagStorageModeEnum
-
Uses of JpaStorageSettings.TagStorageModeEnum in ca.uhn.fhir.jpa.api.config
Fields in ca.uhn.fhir.jpa.api.config declared as JpaStorageSettings.TagStorageModeEnumModifier and TypeFieldDescriptionstatic final JpaStorageSettings.TagStorageModeEnum
JpaStorageSettings.DEFAULT_TAG_STORAGE_MODE
Methods in ca.uhn.fhir.jpa.api.config that return JpaStorageSettings.TagStorageModeEnumModifier and TypeMethodDescriptionJpaStorageSettings.getTagStorageMode()
Sets the tag storage mode for the server.Returns the enum constant of this type with the specified name.JpaStorageSettings.TagStorageModeEnum.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 JpaStorageSettings.TagStorageModeEnumModifier and TypeMethodDescriptionvoid
JpaStorageSettings.setTagStorageMode
(JpaStorageSettings.TagStorageModeEnum theTagStorageMode) Sets the tag storage mode for the server.