File tree Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 2
2
* xref:installation.adoc[Installation]
3
3
* xref:configuration.adoc[Configuration]
4
4
* xref:working-copies.adoc[Working Copies]
5
- * xref:lazies.adoc[Lazy References]
6
- * xref:transactions.adoc[Transactions]
5
+ * xref:features/features.adoc[Features]
6
+ ** xref:features/lazies.adoc[Lazy References]
7
+ ** xref:features/transactions.adoc[Transactions]
8
+ ** xref:features/versions.adoc[Versions]
7
9
* xref:migration.adoc[Migration]
8
10
* xref:known-issues.adoc[Known issues]
Original file line number Diff line number Diff line change
1
+ = Features
2
+
3
+ * xref:features/lazies.adoc[Lazy References]
4
+ * xref:features/transactions.adoc[Transactions]
5
+ * xref:features/versions.adoc[Versions]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ = Versions
2
+
3
+ To implement Optimistic Locking {product-name} supports the `@Version` annotation in entities.
4
+ The following types can be used as version:
5
+
6
+ * `int`
7
+ * `Integer`
8
+ * `long`
9
+ * `Long`
10
+ * `UUID` (will be randomly generated)
11
+ * `String` (UUID will be converted to String)
12
+
You can’t perform that action at this time.
0 commit comments