We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bb9a9 commit 52aca30Copy full SHA for 52aca30
shared/javadoc/overview.html
@@ -66,7 +66,7 @@ <h3>JPA</h3>
66
<li>{@link jakarta.persistence.TypedQuery} to execute queries,</li>
67
<li>{@link jakarta.persistence.EntityGraph} to control the boundaries of fetched data,</li>
68
<li>{@link jakarta.persistence.EntityTransaction} to control local transactions,</li>
69
- <li>{@link jakarta.persistence.Metamodel} to implement generic code which makes use of
+ <li>{@link jakarta.persistence.metamodel.Metamodel} to implement generic code which makes use of
70
persistent entity classes in a reflective fashion, and</li>
71
<li>{@link jakarta.persistence.criteria.CriteriaBuilder} to build JPA criteria queries.</li>
72
</ul>
0 commit comments