2020-03-15 12:37:57 +05:30
|
|
|
## Hibernate Annotations
|
2020-03-11 18:19:46 +05:30
|
|
|
|
2020-03-22 23:40:34 +05:30
|
|
|
This module contains articles about Annotations used in Hibernate.
|
2020-03-11 18:19:46 +05:30
|
|
|
|
|
|
|
### 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 23:40:34 +05:30
|
|
|
- [Hibernate One to Many Annotation Tutorial](https://www.baeldung.com/hibernate-one-to-many)
|
2020-03-15 12:37:57 +05:30
|
|
|
- [Hibernate @WhereJoinTable Annotation](https://www.baeldung.com/hibernate-wherejointable)
|
2021-04-14 23:45:18 +08:00
|
|
|
- [Usage of the Hibernate @LazyCollection Annotation](https://www.baeldung.com/hibernate-lazycollection)
|
2022-04-05 22:55:00 +08:00
|
|
|
- [@Immutable in Hibernate](https://www.baeldung.com/hibernate-immutable)
|
2023-04-08 00:11:38 +08:00
|
|
|
- [Hibernate @CreationTimestamp and @UpdateTimestamp](https://www.baeldung.com/hibernate-creationtimestamp-updatetimestamp)
|