5f025f6dd1
* primarykeyjoincolum annotaion in jpa * indent Departmnet Person and primaryKeyJoinColumn * indent Department Perspn and PrimaryKeyJoinColumnIntegrationTest classes * format properly * format to 2-space continuation identation * Revert "format to 2-space continuation identation" This reverts commit 49630409ee296c07cfd494e46f9dbba75c9a49b0. * add 2-space indent on line continuations. |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
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