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

6 lines
239 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)