From 7a553f77c356ce0ce60b9bd7615af8176b74528f Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:23:37 +0530 Subject: [PATCH] Back-link added --- persistence-modules/java-jpa-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/java-jpa-2/README.md b/persistence-modules/java-jpa-2/README.md index 7a7429008b..fb6ef5d8f8 100644 --- a/persistence-modules/java-jpa-2/README.md +++ b/persistence-modules/java-jpa-2/README.md @@ -4,3 +4,4 @@ - [JPA Query Parameters Usage](http://www.baeldung.com/jpa-query-parameters-usage) ======= >>>>>>> refs/heads/master +- [Mapping Entitiy Class Names to SQL Table Names with JPA](https://www.baeldung.com/jpa-entity-table-names)