Skip to content

Commit 52aca30

Browse files
committed
fix link in javadoc overview
1 parent 78bb9a9 commit 52aca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>JPA</h3>
6666
<li>{@link jakarta.persistence.TypedQuery} to execute queries,</li>
6767
<li>{@link jakarta.persistence.EntityGraph} to control the boundaries of fetched data,</li>
6868
<li>{@link jakarta.persistence.EntityTransaction} to control local transactions,</li>
69-
<li>{@link jakarta.persistence.Metamodel} to implement generic code which makes use of
69+
<li>{@link jakarta.persistence.metamodel.Metamodel} to implement generic code which makes use of
7070
persistent entity classes in a reflective fashion, and</li>
7171
<li>{@link jakarta.persistence.criteria.CriteriaBuilder} to build JPA criteria queries.</li>
7272
</ul>

0 commit comments

Comments
 (0)