Work on #226, moved pattern specific references to respective patterns. And removed credits section from Home page.

This commit is contained in:
Narendra Pathai
2016-01-27 12:55:59 +05:30
parent 1a55f3a420
commit ab2aad3226
13 changed files with 26 additions and 13 deletions

View File

@ -27,3 +27,6 @@ Use the Lazy Loading idiom when
## Real world examples
* JPA annotations @OneToOne, @OneToMany, @ManyToOne, @ManyToMany and fetch = FetchType.LAZY
##Credits
* [J2EE Design Patterns](http://www.amazon.com/J2EE-Design-Patterns-William-Crawford/dp/0596004273/ref=sr_1_2)