Uses of Enum
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.IdStrategyEnum
-
Uses of JpaStorageSettings.IdStrategyEnum in ca.uhn.fhir.jpa.api.config
Modifier 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 type with the specified name.static JpaStorageSettings.IdStrategyEnum[]
JpaStorageSettings.IdStrategyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JpaStorageSettings.setResourceServerIdStrategy
(JpaStorageSettings.IdStrategyEnum theResourceIdStrategy) This setting configures the strategy to use in generating IDs for newly created resources on the server.