* 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 49630409ee.
* add 2-space indent on line continuations.
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