Hibernate Annotations
This module contains articles about Annotations used in Hibernate.
Relevant Articles:
- Custom Types in Hibernate and the @Type Annotation
 - @JoinColumn Annotation Explained
 - Difference Between @JoinColumn and mappedBy
 - Hibernate One to Many Annotation Tutorial
 - Hibernate @WhereJoinTable Annotation
 - Usage of the Hibernate @LazyCollection Annotation
 - @Immutable in Hibernate
 - Hibernate @CreationTimestamp and @UpdateTimestamp
 - Difference Between @JoinColumn and @PrimaryKeyJoinColumn in JPA
 - A Guide to the @SoftDelete Annotation in Hibernate