
Uses of Enum Class
ca.uhn.fhir.jpa.api.config.JpaStorageSettings.ClientIdStrategyEnum
Packages that use JpaStorageSettings.ClientIdStrategyEnum
-
Uses of JpaStorageSettings.ClientIdStrategyEnum in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return JpaStorageSettings.ClientIdStrategyEnumModifier and TypeMethodDescriptionJpaStorageSettings.getResourceClientIdStrategy()Controls the behaviour when a client-assigned ID is encountered, i.e. an HTTP PUT on a resource ID that does not already exist in the database.Returns the enum constant of this class with the specified name.JpaStorageSettings.ClientIdStrategyEnum.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.ClientIdStrategyEnumModifier and TypeMethodDescriptionvoidJpaStorageSettings.setResourceClientIdStrategy(JpaStorageSettings.ClientIdStrategyEnum theResourceClientIdStrategy) Controls the behaviour when a client-assigned ID is encountered, i.e. an HTTP PUT on a resource ID that does not already exist in the database.