Merge branch '6.0.x'

This commit is contained in:
Stephane Nicoll
2023-06-20 17:42:40 +02:00
2 changed files with 24 additions and 4 deletions

View File

@@ -321,7 +321,7 @@ Java::
[[aot.bestpractices.jpa]]
=== JPA
The JPA persistence unit has to be known upfront for certain optmizations to apply. Consider the following basic example:
The JPA persistence unit has to be known upfront for certain optimizations to apply. Consider the following basic example:
[tabs]
======