File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 12
12
This guide discusses migration to Hibernate ORM version {version} . For migration from
13
13
earlier versions, see any other pertinent migration guides as well.
14
14
15
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
+ // Requirements
17
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
+
19
+ [[requirements]]
20
+ == Requirements
21
+
22
+ See the link:{releaseSeriesBase}[website] for the list of requirements for the 7.1 series.
23
+
24
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
+ // New Features
26
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
+
28
+ [[new-features]]
29
+ == New Features
30
+
31
+ See the link:{releaseSeriesBase}#whats-new[website] for the list of new features in the 7.1 series.
32
+
33
+
15
34
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
35
// API changes
17
36
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -60,6 +79,16 @@ session.refresh(book,
60
79
Timeout.milliseconds(1000));
61
80
----
62
81
82
+ [[enhancement-options]]
83
+ === Bytecode Enhancement Options
84
+
85
+ We plan to remove two options of bytecode enhancement and have currently marked them as deprecated.
86
+
87
+ First is bidirectional association management.
88
+ Applications should instead manage both sides of such associations directly as we have always recommended.
89
+
90
+ Second is a little-known feature called "extended" enhancement.
91
+ Applications should instead use proper object-oriented encapsulation, exposing managed state via getters and setters.
63
92
64
93
65
94
[[session-getLobHelper]]
You can’t perform that action at this time.
0 commit comments