Update README.md

This commit is contained in:
johnA1331
2021-01-20 22:46:34 +08:00
committed by GitHub
parent db2d8af6d6
commit c2b5038019

View File

@@ -9,3 +9,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
- [Defining Indexes in JPA](https://www.baeldung.com/jpa-indexes)
- [JPA CascadeType.REMOVE vs orphanRemoval](https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval)
- [A Guide to MultipleBagFetchException in Hibernate](https://www.baeldung.com/java-hibernate-multiplebagfetchexception)
- [How to Convert a Hibernate Proxy to a Real Entity Object](https://www.baeldung.com/hibernate-proxy-to-real-entity-object)