Update README.md

This commit is contained in:
johnA1331 2020-12-09 18:17:32 +08:00 committed by GitHub
parent 3d0bd4a844
commit 3b04af5f05
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
- [Ignoring Fields With the JPA @Transient Annotation](https://www.baeldung.com/jpa-transient-ignore-field)
- [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)