File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
12
12
- [ Mapping a Single Entity to Multiple Tables in JPA] ( https://www.baeldung.com/jpa-mapping-single-entity-to-multiple-tables )
13
13
- [ Constructing a JPA Query Between Unrelated Entities] ( https://www.baeldung.com/jpa-query-unrelated-entities )
14
14
- [ 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 )
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
12
12
- [ How to Convert a Hibernate Proxy to a Real Entity Object] ( https://www.baeldung.com/hibernate-proxy-to-real-entity-object )
13
13
- [ How to Return Multiple Entities in JPA Query] ( https://www.baeldung.com/jpa-return-multiple-entities )
14
14
- [ 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 )
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ This module contains articles about the Java Persistence API (JPA) in Java.
14
14
- [ Converting Between LocalDate and SQL Date] ( https://www.baeldung.com/java-convert-localdate-sql-date )
15
15
- [ JPA Support for java.time Types] ( https://www.baeldung.com/jpa-java-time )
16
16
- [ A Guide to SqlResultSetMapping] ( https://www.baeldung.com/jpa-sql-resultset-mapping )
17
+ - More articles: [[ <-- prev]] ( /persistence-modules/java-jpa-3 )
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ This module contains articles about the Java Persistence API (JPA) in Java.
8
8
- [ Composite Primary Keys in JPA] ( https://www.baeldung.com/jpa-composite-primary-keys )
9
9
- [ Defining JPA Entities] ( https://www.baeldung.com/jpa-entities )
10
10
- [ Persisting Enums in JPA] ( https://www.baeldung.com/jpa-persisting-enums-in-jpa )
11
- - More articles: [[ next -->]] ( /persistence-modules/java-jpa-2 )
12
11
- [ JPA Query Parameters Usage] ( https://www.baeldung.com/jpa-query-parameters )
13
12
- [ Default Column Values in JPA] ( https://www.baeldung.com/jpa-default-column-values )
14
13
- [ Returning an Auto-Generated Id with JPA] ( https://www.baeldung.com/jpa-get-auto-generated-id )
15
14
- [ Defining Unique Constraints in JPA] ( https://www.baeldung.com/jpa-unique-constraints )
15
+ - More articles: [[ next -->]] ( /persistence-modules/java-jpa-2 )
You can’t perform that action at this time.
0 commit comments