Update README.md

This commit is contained in:
johnA1331 2020-05-12 15:36:47 +08:00 committed by GitHub
parent 5021857d06
commit 8c11a08258
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ This module contains articles about the Java Persistence API (JPA) in Java.
- [Combining JPA And/Or Criteria Predicates](https://www.baeldung.com/jpa-and-or-criteria-predicates)
- [JPA Annotation for the PostgreSQL TEXT Type](https://www.baeldung.com/jpa-annotation-postgresql-text-type)
- [Mapping a Single Entity to Multiple Tables in JPA](https://www.baeldung.com/jpa-mapping-single-entity-to-multiple-tables)
- [Constructing a JPA Query Between Unrelated Entities](https://www.baeldung.com/jpa-query-unrelated-entities)
- More articles: [[<-- prev]](/java-jpa)