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 1212This guide discusses migration to Hibernate ORM version {version} . For migration from
1313earlier versions, see any other pertinent migration guides as well.
1414
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+
1534// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1635// API changes
1736// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -60,6 +79,16 @@ session.refresh(book,
6079 Timeout.milliseconds(1000));
6180----
6281
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.
6392
6493
6594[[session-getLobHelper]]
You can’t perform that action at this time.
0 commit comments