11 lines
587 B
Markdown
11 lines
587 B
Markdown
## Hibernate Annotations
|
|
|
|
This module contains articles about Annotations used in Hibernate.
|
|
|
|
### Relevant Articles:
|
|
- [Custom Types in Hibernate and the @Type Annotation](https://www.baeldung.com/hibernate-custom-types)
|
|
- [@JoinColumn Annotation Explained](https://www.baeldung.com/jpa-join-column)
|
|
- [Difference Between @JoinColumn and mappedBy](https://www.baeldung.com/jpa-joincolumn-vs-mappedby)
|
|
- [Hibernate One to Many Annotation Tutorial](https://www.baeldung.com/hibernate-one-to-many)
|
|
- [Hibernate @WhereJoinTable Annotation](https://www.baeldung.com/hibernate-wherejointable)
|