e624a6c893
* 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> |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
JPA in Java
This module contains articles about the Java Persistence API (JPA) in Java.
Relevant Articles
- A Guide to SqlResultSetMapping
- A Guide to Stored Procedures with JPA
- Fixing the JPA error “java.lang.String cannot be cast to Ljava.lang.String;”
- JPA Entity Graph
- JPA 2.2 Support for Java 8 Date/Time Types
- Converting Between LocalDate and SQL Date
- Composite Primary Keys in JPA
- Defining JPA Entities
- JPA @Basic Annotation
- Persisting Enums in JPA
- More articles: [next -->]