This website requires JavaScript.
Explore
Help
Register
Sign In
mindol1004
/
spring-boot-rest
Watch
1
Star
0
Fork
0
You've already forked spring-boot-rest
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
31b43850544f177c5865031115c45efa1a4a02a1
spring-boot-rest
/
persistence-modules
/
java-jpa-3
History
sampadawagde
ee8d1b762c
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1)
2021-05-10 20:05:39 +05:30
..
src
JAVA-5083: Fix unit tests in java-jpa-3 module
2021-04-01 23:31:16 +02:00
pom.xml
JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1)
2021-05-10 20:05:39 +05:30
README.md
Update README.md
2021-01-20 22:46:34 +08:00
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