* JAVA-20164 Upgrade java hibernate specific modules to JDK 11 * JAVA-20164 Migrating java-jpa-2 * JAVA-20164 Migrating jnosql-artemis * JAVA-20164 Migrating querydsl * JAVA-20164 Migrating r2dbc * JAVA-20164 Migrating redis * JAVA-20164 Fixing test JPATextUnitTest#givenExam_whenSaveExam_thenReturnExpectedExam * JAVA-20164 Fixing givenIdentityStrategy_whenCommitTransction_thenReturnPrimaryKey * JAVA-20164 Changes after review * JAVA-20164 Migrating java-cassandra to jdk8 * JAVA-20164 Fix legacy mode error * Update pom.xml --------- Co-authored-by: timis1 <noreplay@yahoo.com> Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
JPA in Java
This module contains articles about the Java Persistence API (JPA) in Java.
Relevant Articles
- JPA Query Parameters Usage
 - Mapping Entity Class Names to SQL Table Names with JPA
 - Default Column Values in JPA
 - Types of JPA Queries
 - JPA/Hibernate Projections
 - Combining JPA And/Or Criteria Predicates
 - JPA Annotation for the PostgreSQL TEXT Type
 - Mapping a Single Entity to Multiple Tables in JPA
 - Constructing a JPA Query Between Unrelated Entities
 - When Does JPA Set the Primary Key
 - More articles: [<-- prev]