We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234d6b0 commit 55feb3cCopy full SHA for 55feb3c
guides/providing-services.md
@@ -746,12 +746,11 @@ Here's an overview table:
746
747
[Learn more about using the `Select.lock()` method in the Java runtime.](../java/working-with-cql/query-api#write-lock){.learn-more}
748
749
-::: warning
750
-Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
751
-:::
752
-
753
754
+::: warning Restrictions
+- Pessimistic locking is supported for domain entities (DB table rows). The locking is not possible for projections and views.
+- Pessimistic locking is not supported by SQLite. H2 supports exclusive locks only.
+:::
755
756
## Input Validation
757
0 commit comments