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
12ab97f7d68c6fdd33cda97f07744dac6ebf9413
spring-boot-rest
/
persistence-modules
/
java-jpa-3
History
johnA1331
7f616e4857
Update README.md
2020-11-18 17:09:46 +08:00
..
src
BAEL-4723 Defining Indexes in JPA
#2
(
#10254
)
2020-11-15 21:26:38 -08:00
pom.xml
[BAEL-4635] Tests for JPA Transient Annotation tutorial
2020-10-29 20:17:31 -04:00
README.md
Update README.md
2020-11-18 17:09:46 +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