339fb7ec44
* JAVA-5408: Use common postgresql.version property * JAVA-5408: Cleanup spring-boot-react * JAVA-5408: Use commons-cli.version property in libraries-data * JAVA-5408: spring-security-modules cleanup Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.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:
- 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