13 lines
713 B
Markdown
Raw Normal View History

## JPA in Java
This module contains articles about the Java Persistence API (JPA) in Java.
2020-08-20 18:21:02 +08:00
### Relevant Articles:
- [JPA Entity Equality](https://www.baeldung.com/jpa-entity-equality)
2020-11-11 21:32:16 +08:00
- [Ignoring Fields With the JPA @Transient Annotation](https://www.baeldung.com/jpa-transient-ignore-field)
2020-11-18 17:00:13 +08:00
- [Defining Indexes in JPA](https://www.baeldung.com/jpa-indexes)
2020-11-18 17:09:46 +08:00
- [JPA CascadeType.REMOVE vs orphanRemoval](https://www.baeldung.com/jpa-cascade-remove-vs-orphanremoval)
2020-12-09 18:17:32 +08:00
- [A Guide to MultipleBagFetchException in Hibernate](https://www.baeldung.com/java-hibernate-multiplebagfetchexception)
2021-01-20 22:46:34 +08:00
- [How to Convert a Hibernate Proxy to a Real Entity Object](https://www.baeldung.com/hibernate-proxy-to-real-entity-object)