Skip to content

Commit e2f9bc3

Browse files
Adjusted documentation
1 parent 3130edf commit e2f9bc3

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

docs/modules/ROOT/nav.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
* xref:installation.adoc[Installation]
33
* xref:configuration.adoc[Configuration]
44
* 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]
79
* xref:migration.adoc[Migration]
810
* xref:known-issues.adoc[Known issues]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= Features
2+
3+
* xref:features/lazies.adoc[Lazy References]
4+
* xref:features/transactions.adoc[Transactions]
5+
* xref:features/versions.adoc[Versions]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+

0 commit comments

Comments
 (0)