This commit is contained in:
Stephane Nicoll 2023-06-20 17:32:24 +02:00
parent 74155e3d88
commit 089503aab7
1 changed files with 1 additions and 1 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]
======