
Uses of Enum Class
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.IdStrategyEnum
Packages that use JpaStorageSettings.IdStrategyEnum
-
Uses of JpaStorageSettings.IdStrategyEnum in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return JpaStorageSettings.IdStrategyEnumModifier and TypeMethodDescriptionJpaStorageSettings.getResourceServerIdStrategy()
This setting configures the strategy to use in generating IDs for newly created resources on the server.Returns the enum constant of this class with the specified name.static JpaStorageSettings.IdStrategyEnum[]
JpaStorageSettings.IdStrategyEnum.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.IdStrategyEnumModifier and TypeMethodDescriptionvoid
JpaStorageSettings.setResourceServerIdStrategy
(JpaStorageSettings.IdStrategyEnum theResourceIdStrategy) This setting configures the strategy to use in generating IDs for newly created resources on the server.