File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
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