Skip to content

Commit 2000d38

Browse files
committed
JAVA-41259 - guidance - Moving some article links on Github - java-jpa
fixing navigation links
1 parent 7317eaf commit 2000d38

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

persistence-modules/java-jpa-2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
1212
- [Mapping a Single Entity to Multiple Tables in JPA](https://www.baeldung.com/jpa-mapping-single-entity-to-multiple-tables)
1313
- [Constructing a JPA Query Between Unrelated Entities](https://www.baeldung.com/jpa-query-unrelated-entities)
1414
- [When Does JPA Set the Primary Key](https://www.baeldung.com/jpa-strategies-when-set-primary-key)
15-
- More articles: [[<-- prev]](/java-jpa)
15+
- More articles: [[<-- prev]](/persistence-modules/java-jpa) [[next -->]](/persistence-modules/java-jpa-2)

persistence-modules/java-jpa-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
1212
- [How to Convert a Hibernate Proxy to a Real Entity Object](https://www.baeldung.com/hibernate-proxy-to-real-entity-object)
1313
- [How to Return Multiple Entities in JPA Query](https://www.baeldung.com/jpa-return-multiple-entities)
1414
- [Connecting to a Specific Schema in JDBC](https://www.baeldung.com/jdbc-connect-to-schema)
15+
- More articles: [[<-- prev]](/persistence-modules/java-jpa-2) [[next -->]](/persistence-modules/java-jpa-4)

persistence-modules/java-jpa-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
1414
- [Converting Between LocalDate and SQL Date](https://www.baeldung.com/java-convert-localdate-sql-date)
1515
- [JPA Support for java.time Types](https://www.baeldung.com/jpa-java-time)
1616
- [A Guide to SqlResultSetMapping](https://www.baeldung.com/jpa-sql-resultset-mapping)
17+
- More articles: [[<-- prev]](/persistence-modules/java-jpa-3)

persistence-modules/java-jpa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This module contains articles about the Java Persistence API (JPA) in Java.
88
- [Composite Primary Keys in JPA](https://www.baeldung.com/jpa-composite-primary-keys)
99
- [Defining JPA Entities](https://www.baeldung.com/jpa-entities)
1010
- [Persisting Enums in JPA](https://www.baeldung.com/jpa-persisting-enums-in-jpa)
11-
- More articles: [[next -->]](/persistence-modules/java-jpa-2)
1211
- [JPA Query Parameters Usage](https://www.baeldung.com/jpa-query-parameters)
1312
- [Default Column Values in JPA](https://www.baeldung.com/jpa-default-column-values)
1413
- [Returning an Auto-Generated Id with JPA](https://www.baeldung.com/jpa-get-auto-generated-id)
1514
- [Defining Unique Constraints in JPA](https://www.baeldung.com/jpa-unique-constraints)
15+
- More articles: [[next -->]](/persistence-modules/java-jpa-2)

0 commit comments

Comments
 (0)