From 8a693d5e45a42f090382828372b3497958454bc2 Mon Sep 17 00:00:00 2001 From: RannelT Date: Thu, 10 Oct 2024 22:16:57 +0800 Subject: [PATCH] Update README.md --- persistence-modules/hibernate-annotations-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/hibernate-annotations-2/README.md b/persistence-modules/hibernate-annotations-2/README.md index 4b81d65dbc82..fbfb39fa765f 100644 --- a/persistence-modules/hibernate-annotations-2/README.md +++ b/persistence-modules/hibernate-annotations-2/README.md @@ -5,3 +5,4 @@ This module contains articles about Annotations used in Hibernate. ### Relevant Articles: - [@Subselect Annotation in Hibernate](https://www.baeldung.com/hibernate-subselect) - [Guide to Hibernate’s @TimeZoneStorage Annotation](https://www.baeldung.com/hibernate-timezonestorage) +- [@MapsId Annotation in Hibernate](https://www.baeldung.com/hibernate-mapsid-annotation)