Avoid direct javadoc reference to JPA 4.0 EntityAgent class

See gh-36025
This commit is contained in:
Juergen Hoeller
2026-02-05 20:13:20 +01:00
parent 153c378bb2
commit 652d509cfc
@@ -129,7 +129,7 @@ public interface JpaVendorAdapter {
* that this provider's EntityAgents will implement.
* <p>If the provider does not offer any EntityAgent extensions,
* the adapter should simply return the standard
* {@link jakarta.persistence.EntityAgent} class here.
* {@code jakarta.persistence.EntityAgent} class here.
* @return the EntityAgent class, or {@code null} if not supported
* (on JPA 3.2)
* @since 7.0.4