0e5e21f2ae
* JAVA-15439 Upgrade h2 database version - libraries-testing and deltaspike modules * JAVA-15439 Fix for hibernate-queries, hibernate-5, java-jpa-2, java-jpa-3 modules * JAVA-15439 Fix for java-jpa, spring-jpa, spring-jpa-2 modules * JAVA-15439 Revert changes for java-jpa-2 module * JAVA-15439 Fix for core-java-persistence-2 and hibernate-exceptions modules * JAVA-15439 Modules hibernate-mapping-2, read-only-transactions, log4j2, spring-data-eclipselink |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
JPA in Java
This module contains articles about the Java Persistence API (JPA) in Java.
Relevant Articles:
- JPA Entity Equality
- Ignoring Fields With the JPA @Transient Annotation
- Defining Indexes in JPA
- JPA CascadeType.REMOVE vs orphanRemoval
- A Guide to MultipleBagFetchException in Hibernate
- How to Convert a Hibernate Proxy to a Real Entity Object
- Returning an Auto-Generated Id with JPA
- How to Return Multiple Entities In JPA Query
- Defining Unique Constraints in JPA
- Connecting to a Specific Schema in JDBC