Skip to content

Commit be9813a

Browse files
committed
HHH-17082 - Improve documentation of configuration settings
https://hibernate.atlassian.net/browse/HHH-17082 (cherry picked from commit fd961ce)
1 parent f54f193 commit be9813a

File tree

72 files changed

+5114
-3294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+5114
-3294
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
// NOTE : majorMinorVersion is injected by the build and will override this value
3-
:majorMinorVersion: 6.3
3+
:majorMinorVersion: 6.2

documentation/src/main/asciidoc/userguide/Bibliography.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
== References
2-
31
[bibliography]
2+
== References
43
- [[[PoEAA]]] Martin Fowler. https://www.martinfowler.com/books/eaa.html[Patterns of Enterprise Application Architecture].
54
Addison-Wesley Professional. 2002.
65
- [[[JPwH]]] Christian Bauer & Gavin King. https://www.manning.com/books/java-persistence-with-hibernate-second-edition[Java Persistence with Hibernate, Second Edition]. Manning Publications Co. 2015.

documentation/src/main/asciidoc/userguide/ConfigPropertyList.adoc

Lines changed: 0 additions & 7 deletions
This file was deleted.

documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,13 @@ include::chapters/beans/Beans.adoc[]
3939
include::chapters/portability/Portability.adoc[]
4040
include::chapters/statistics/Statistics.adoc[]
4141
include::chapters/tooling/Tooling.adoc[]
42-
43-
include::appendices/Configurations.adoc[]
44-
include::appendices/Annotations.adoc[]
4542
include::appendices/BestPractices.adoc[]
46-
include::appendices/Legacy_Bootstrap.adoc[]
47-
include::appendices/Legacy_DomainModel.adoc[]
48-
include::appendices/LegacyBasicTypeResolution.adoc[]
49-
include::appendices/Legacy_Native_Queries.adoc[]
5043

5144
include::Credits.adoc[]
5245

53-
include::ConfigPropertyList.adoc[]
46+
include::appendices/SettingsReference.adoc[]
47+
include::appendices/LegacyBasicTypeResolution.adoc[]
48+
include::appendices/Legacy_Native_Queries.adoc[]
49+
5450
include::Bibliography.adoc[]
5551

documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc

Lines changed: 0 additions & 1445 deletions
This file was deleted.

documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,3 @@ For this reason, `NONSTRICT_READ_WRITE` is not very suitable if entities are cha
258258
When using clustering, the second-level cache entries are spread across multiple nodes.
259259
When using https://infinispan.org/blog/2015/10/01/hibernate-second-level-cache/[Infinispan distributed cache], only `READ_WRITE` and `NONSTRICT_READ_WRITE` are available for read-write caches.
260260
Bear in mind that `NONSTRICT_READ_WRITE` offers a weaker consistency guarantee since stale updates are possible.
261-
262-
[NOTE]
263-
====
264-
For more about Hibernate Performance Tuning, check out the https://www.youtube.com/watch?v=BTdTEe9QL5k&t=1s[High-Performance Hibernate] presentation from Devoxx France.
265-
====

documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc

Lines changed: 0 additions & 1188 deletions
This file was deleted.

documentation/src/main/asciidoc/userguide/appendices/LegacyBasicTypeResolution.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:extrasdir: extras
55
:originalextrasdir: ../chapters/domain/extras
66

7+
[appendix]
78
[[basic-legacy]]
89
== Legacy BasicType resolution
910

documentation/src/main/asciidoc/userguide/appendices/Legacy_DomainModel.adoc

Lines changed: 0 additions & 49 deletions
This file was deleted.

documentation/src/main/asciidoc/userguide/appendices/Legacy_Native_Queries.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[appendix]
12
[[appendix-legacy-native-queries]]
23
== Legacy Hibernate Native Queries
34

0 commit comments

Comments
 (0)