This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
java-tutorials
Watch
1
Star
0
Fork
0
You've already forked java-tutorials
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
java-tutorials
/
persistence-modules
/
java-jpa-3
History
Krzysztof Woyke
6ef0632df2
JAVA-3295: Fix pom properties in persistence-modules
2021-03-24 12:32:33 +01:00
..
src
[BAEL-4601] Revision: Simplifies assertions
2021-01-14 01:36:35 +08:00
pom.xml
JAVA-3295: Fix pom properties in persistence-modules
2021-03-24 12:32:33 +01:00
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