Update README.md

This commit is contained in:
johnA1331 2020-11-18 17:09:46 +08:00 committed by GitHub
parent 492a1643e6
commit 34e339767f
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
- [JPA Entity Equality](https://www.baeldung.com/jpa-entity-equality)
- [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)