2020-07-15 20:53:23 -04:00
|
|
|
## 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)
|
2021-05-20 01:16:34 +08:00
|
|
|
- [Returning an Auto-Generated Id with JPA](https://www.baeldung.com/jpa-get-auto-generated-id)
|
2021-06-03 22:28:36 +08:00
|
|
|
- [How to Return Multiple Entities In JPA Query](https://www.baeldung.com/jpa-return-multiple-entities)
|
2021-06-03 22:41:19 +08:00
|
|
|
- [Defining Unique Constraints in JPA](https://www.baeldung.com/jpa-unique-constraints)
|
2021-09-09 00:43:30 +08:00
|
|
|
- [Connecting to a Specific Schema in JDBC](https://www.baeldung.com/jdbc-connect-to-schema)
|