Merge pull request #10262 from johnA1331/master

BAEL-29326 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu
2020-11-19 20:58:30 +02:00
committed by GitHub
8 changed files with 9 additions and 2 deletions
+2
View File
@@ -6,3 +6,5 @@ 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)