BAEL-4993: add link back to article (#10994)

This commit is contained in:
KevinGilmore 2021-07-03 17:09:09 -05:00 committed by GitHub
parent daf3450533
commit 1e5af80428
1 changed files with 1 additions and 0 deletions

View File

@ -13,3 +13,4 @@ This module contains articles specific to use of Hibernate as a JPA implementati
- [Enabling Transaction Locks in Spring Data JPA](https://www.baeldung.com/java-jpa-transaction-locks)
- [JPA/Hibernate Persistence Context](https://www.baeldung.com/jpa-hibernate-persistence-context)
- [Quick Guide to EntityManager#getReference()](https://www.baeldung.com/jpa-entity-manager-get-reference)
- [JPA Entities and the Serializable Interface](https://www.baeldung.com/jpa-entities-serializable)