Uses of Enum
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.ClientIdStrategyEnum
-
Uses of JpaStorageSettings.ClientIdStrategyEnum in ca.uhn.fhir.jpa.api.config
Modifier and TypeMethodDescriptionJpaStorageSettings.getResourceClientIdStrategy()
Controls the behaviour when a client-assigned ID is encountered, i.e.Returns the enum constant of this type with the specified name.JpaStorageSettings.ClientIdStrategyEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
JpaStorageSettings.setResourceClientIdStrategy
(JpaStorageSettings.ClientIdStrategyEnum theResourceClientIdStrategy) Controls the behaviour when a client-assigned ID is encountered, i.e.