15 lines
1016 B
Markdown
15 lines
1016 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)
|
|
- [Usage of the Hibernate @LazyCollection Annotation](https://www.baeldung.com/hibernate-lazycollection)
|
|
- [@Immutable in Hibernate](https://www.baeldung.com/hibernate-immutable)
|
|
- [Hibernate @CreationTimestamp and @UpdateTimestamp](https://www.baeldung.com/hibernate-creationtimestamp-updatetimestamp)
|
|
- [Difference Between @JoinColumn and @PrimaryKeyJoinColumn in JPA](https://www.baeldung.com/java-jpa-join-vs-primarykeyjoin)
|