java-tutorials/persistence-modules/hibernate5-annotations/README.md

11 lines
447 B
Markdown
Raw Normal View History

## Hibernate 5
This module contains articles about Hibernate 5.
### Relevant Articles:
- [Custom Types in Hibernate and the @Type Annotation](https://www.baeldung.com/hibernate-custom-types)
- [@Immutable in Hibernate](http://www.baeldung.com/hibernate-immutable)
- [@JoinColumn Annotation Explained](https://www.baeldung.com/jpa-join-column)
- [Difference Between @JoinColumn and mappedBy](https://www.baeldung.com/jpa-joincolumn-vs-mappedby)