
Uses of Enum
ca.uhn.fhir.jpa.api.config.DaoConfig.ClientIdStrategyEnum
Packages that use DaoConfig.ClientIdStrategyEnum
-
Uses of DaoConfig.ClientIdStrategyEnum in ca.uhn.fhir.jpa.api.config
Methods in ca.uhn.fhir.jpa.api.config that return DaoConfig.ClientIdStrategyEnumModifier and TypeMethodDescriptionDaoConfig.getResourceClientIdStrategy()
Controls the behaviour when a client-assigned ID is encountered, i.e.Returns the enum constant of this type with the specified name.static DaoConfig.ClientIdStrategyEnum[]
DaoConfig.ClientIdStrategyEnum.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 DaoConfig.ClientIdStrategyEnumModifier and TypeMethodDescriptionvoid
DaoConfig.setResourceClientIdStrategy
(DaoConfig.ClientIdStrategyEnum theResourceClientIdStrategy) Controls the behaviour when a client-assigned ID is encountered, i.e.