#BAEL-17505 Add README descriptions to several modules.

This commit is contained in:
Alessio Stalla
2019-09-26 11:11:22 +02:00
parent 824acb9351
commit ee66ea0013
7 changed files with 27 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
## Hibernate Mapping
This module contains articles about Object-Relational Mapping with Hibernate.
### Relevant Articles:
- [Persisting Maps with Hibernate](https://www.baeldung.com/hibernate-persisting-maps)
- [Difference Between @Size, @Length, and @Column(length=value)](https://www.baeldung.com/jpa-size-length-column-differences)
- [Hibernate Validator Specific Constraints](https://www.baeldung.com/hibernate-validator-constraints)
- [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)
- [Hibernate One to Many Annotation Tutorial](http://www.baeldung.com/hibernate-one-to-many)