From 7b6a39fc70e7dc821292500b0c0ac372dd8b219e Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Sun, 10 Nov 2019 09:52:57 -0600 Subject: [PATCH] BAEL-3336 BAEL-3058 add links (#8168) --- persistence-modules/hibernate5-2/README.md | 3 +++ persistence-modules/spring-data-jpa-3/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 persistence-modules/hibernate5-2/README.md create mode 100644 persistence-modules/spring-data-jpa-3/README.md diff --git a/persistence-modules/hibernate5-2/README.md b/persistence-modules/hibernate5-2/README.md new file mode 100644 index 0000000000..c61552f305 --- /dev/null +++ b/persistence-modules/hibernate5-2/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Hibernate Error “Not all named parameters have been set”](https://www.baeldung.com/hibernate-error-named-parameters-not-set) + diff --git a/persistence-modules/spring-data-jpa-3/README.md b/persistence-modules/spring-data-jpa-3/README.md new file mode 100644 index 0000000000..28e62a9de1 --- /dev/null +++ b/persistence-modules/spring-data-jpa-3/README.md @@ -0,0 +1,3 @@ +### Relevant Articles: +- [Programmatic Transaction Management in Spring](https://www.baeldung.com/spring-programmatic-transaction-management) +