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 1b3385b commit dbe3c4dCopy full SHA for dbe3c4d
hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java
@@ -32,6 +32,12 @@
32
* Hibernate extension to the Jakarta Persistence {@link PersistenceConfiguration}
33
* contract.
34
*
35
+ * @apiNote The specification explicitly encourages implementors to extend
36
+ * {@link PersistenceConfiguration} to accommodate vendor-specific
37
+ * extensions in a more typesafe way. Of course, programs which
38
+ * desire configuration logic to be portable between JPA providers
39
+ * should use {@code PersistenceConfiguration} directly.
40
+ *
41
* @author Steve Ebersole
42
43
* @since 7.0
0 commit comments