File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
documentation/src/main/asciidoc/reference Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -583,9 +583,10 @@ composition within a single reactive stream.
583
583
Also remember that a Hibernate session is a lightweight object that should be
584
584
created, used, and then discarded within a single logical unit of work.
585
585
586
- IMPORTANT: That is to say, you should reuse the same session across multiple
586
+ IMPORTANT: That is to say, you _should_ reuse the same session across multiple
587
587
persistence operations within a single reactive stream representing a certain
588
- unit of work, but don't share a session between different reactive streams!
588
+ transaction or unit of work, but _don't_ share a session between different
589
+ concurrent reactive streams!
589
590
590
591
To obtain a reactive `Session` from the `SessionFactory`, use `withSession()`:
591
592
You can’t perform that action at this time.
0 commit comments