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)
|
2021-04-14 11:45:18 -04:00
|
|
|
- [Usage of the Hibernate @LazyCollection Annotation](https://www.baeldung.com/hibernate-lazycollection)
|
2022-04-05 10:55:00 -04:00
|
|
|
- [@Immutable in Hibernate](https://www.baeldung.com/hibernate-immutable)
|
2023-04-07 12:11:38 -04:00
|
|
|
- [Hibernate @CreationTimestamp and @UpdateTimestamp](https://www.baeldung.com/hibernate-creationtimestamp-updatetimestamp)
|