2020-03-15 03:07:57 -04:00
|
|
|
## Hibernate Annotations
|
2020-03-11 08:49:46 -04:00
|
|
|
|
2020-03-22 14:10:34 -04:00
|
|
|
This module contains articles about Annotations used in Hibernate.
|
2020-03-11 08:49:46 -04:00
|
|
|
|
|
|
|
### 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)
|
2020-03-22 14:10:34 -04:00
|
|
|
- [Hibernate One to Many Annotation Tutorial](https://www.baeldung.com/hibernate-one-to-many)
|
2020-03-15 03:07:57 -04:00
|
|
|
- [Hibernate @WhereJoinTable Annotation](https://www.baeldung.com/hibernate-wherejointable)
|