mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Avoid direct javadoc reference to JPA 4.0 EntityAgent class
See gh-36025
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user