Problemunvalidated
When using jOOQ to translate a JPA-style REST DELETE/UPDATE flow, the user needs to detect whether the target row exists (and/or is accessible) by relying on the number of affected rows. The approach should map 0 deleted rows to HTTP 404, 1 to success, and >1 to an invariant violation.
91bb0047-01d7-49ce-9afa-6ddf76f57255
When using jOOQ to translate a JPA-style REST DELETE/UPDATE flow, the user needs to detect whether the target row exists (and/or is accessible) by relying on the number of affected rows. The approach should map 0 deleted rows to HTTP 404, 1 to success, and >1 to an invariant violation.