java-tutorials/persistence-modules/hibernate-mapping/README.md

7 lines
434 B
Markdown
Raw Normal View History

2019-05-03 02:41:07 -04:00
### Relevant Articles:
- [Persisting Maps with Hibernate](https://www.baeldung.com/hibernate-persisting-maps)
2019-05-26 10:34:11 -04:00
- [Difference Between @Size, @Length, and @Column(length=value)](https://www.baeldung.com/jpa-size-length-column-differences)
2019-07-03 01:55:15 -04:00
- [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)