Browse Source

Avoid direct javadoc reference to JPA 4.0 EntityAgent class

See gh-36025
pull/36273/head
Juergen Hoeller 1 month ago
parent
commit
652d509cfc
  1. 2
      spring-orm/src/main/java/org/springframework/orm/jpa/JpaVendorAdapter.java

2
spring-orm/src/main/java/org/springframework/orm/jpa/JpaVendorAdapter.java

@ -129,7 +129,7 @@ public interface JpaVendorAdapter {
* that this provider's EntityAgents will implement. * that this provider's EntityAgents will implement.
* <p>If the provider does not offer any EntityAgent extensions, * <p>If the provider does not offer any EntityAgent extensions,
* the adapter should simply return the standard * 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 * @return the EntityAgent class, or {@code null} if not supported
* (on JPA 3.2) * (on JPA 3.2)
* @since 7.0.4 * @since 7.0.4

Loading…
Cancel
Save