Hash ETag Code Base Approach CDS RDS OData Part 25 (1)

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 3

  • @syamkumarmulam5170
    @syamkumarmulam5170 3 месяца назад

    Excellent teaching. Thanks for your help.

  • @RaviKhandelwal-r9k
    @RaviKhandelwal-r9k 7 месяцев назад +1

    Thanks again for your valuable insights... one question regarding Locks. Have you tried applying Read\Optimistic Lock during GETENTITYSET Method call... and later update that Lock to Exclusive Lock during Update Method call, this way only the first attempt of updating Optimistic lock to Write Lock will go thru... rest all will be failed... this could be used for Data Consistency, but yet SM12 limitations we have to keep in mind too.