java-tutorials/persistence-modules/hibernate-annotations/README.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

## 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)
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)
2023-07-13 02:34:24 -04:00
- [Difference Between @JoinColumn and @PrimaryKeyJoinColumn in JPA](https://www.baeldung.com/java-jpa-join-vs-primarykeyjoin)
2024-02-16 17:17:42 -05:00
- [A Guide to the @SoftDelete Annotation in Hibernate](https://www.baeldung.com/java-hibernate-softdelete-annotation)