Skip to content

Commit 55feb3c

Browse files
eugene-andreevrenejeglinskyagoerler
authored
Describe pessimistic lock restrictions (#1796)
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com> Co-authored-by: Adrian Görler <adrian.goerler@sap.com>
1 parent 234d6b0 commit 55feb3c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

guides/providing-services.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -746,12 +746,11 @@ Here's an overview table:
746746

747747
[Learn more about using the `Select.lock()` method in the Java runtime.](../java/working-with-cql/query-api#write-lock){.learn-more}
748748

749-
::: warning
750-
Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
751-
:::
752-
753-
754749

750+
::: warning Restrictions
751+
- Pessimistic locking is supported for domain entities (DB table rows). The locking is not possible for projections and views.
752+
- Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
753+
:::
755754

756755
## Input Validation
757756

0 commit comments

Comments
 (0)