
-
Deprecated MethodsMethodDescriptionDeprecated in 5.5.0. Use
DaoConfig.setMatchUrlCacheEnabled(boolean)
instead (the name of this method is misleading)In 5.2.0 this setting no longer does anythingin 6.1.0, this toggle will be removed in 6.2.0 as the Legacy Search Builder has been removed.UseIFhirResourceDao.delete(IIdType, RequestDetails)
insteaduse #read(IIdType, RequestDetails) insteadUseIFhirResourceDao.read(IIdType, RequestDetails)
insteadUseIFhirResourceDao.update(T, RequestDetails)
insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadUseHapiTransactionService.withRequest(RequestDetails)
with fluent call insteadIt is highly recommended to useIHapiTransactionService.withRequest(RequestDetails)
instead of this method, for increased visibility.
DaoConfig.isMatchUrlCacheEnabled()
instead (the name of this method is misleading)