Skip to content

Commit 51f6282

Browse files
committed
Add references to Patterns of Enterprise Application Architecture
1 parent 2212690 commit 51f6282

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

data-transfer-object/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ Use the Data Transfer Object pattern when
2727
* [Design Pattern - Transfer Object Pattern](https://www.tutorialspoint.com/design_pattern/transfer_object_pattern.htm)
2828
* [Data Transfer Object](https://msdn.microsoft.com/en-us/library/ff649585.aspx)
2929
* [J2EE Design Patterns](https://www.amazon.com/gp/product/0596004273/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004273&linkCode=as2&tag=javadesignpat-20&linkId=f27d2644fbe5026ea448791a8ad09c94)
30+
* [Patterns of Enterprise Application Architecture](https://www.amazon.com/gp/product/0321127420/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321127420&linkCode=as2&tag=javadesignpat-20&linkId=014237a67c9d46f384b35e10151956bd)

lazy-loading/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Use the Lazy Loading idiom when
2929
## Credits
3030

3131
* [J2EE Design Patterns](https://www.amazon.com/gp/product/0596004273/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004273&linkCode=as2&tag=javadesignpat-20&linkId=48d37c67fb3d845b802fa9b619ad8f31)
32+
* [Patterns of Enterprise Application Architecture](https://www.amazon.com/gp/product/0321127420/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321127420&linkCode=as2&tag=javadesignpat-20&linkId=d9f7d37b032ca6e96253562d075fcc4a)

repository/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Use the Repository pattern when
3535
* [Don’t use DAO, use Repository](http://thinkinginobjects.com/2012/08/26/dont-use-dao-use-repository/)
3636
* [Advanced Spring Data JPA - Specifications and Querydsl](https://spring.io/blog/2011/04/26/advanced-spring-data-jpa-specifications-and-querydsl/)
3737
* [Repository Pattern Benefits and Spring Implementation](https://stackoverflow.com/questions/40068965/repository-pattern-benefits-and-spring-implementation)
38+
* [Patterns of Enterprise Application Architecture](https://www.amazon.com/gp/product/0321127420/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321127420&linkCode=as2&tag=javadesignpat-20&linkId=d9f7d37b032ca6e96253562d075fcc4a)

unit-of-work/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ Use the Unit Of Work pattern when
2727

2828
* [Design Pattern - Unit Of Work Pattern](https://www.codeproject.com/Articles/581487/Unit-of-Work-Design-Pattern)
2929
* [Unit Of Work](https://martinfowler.com/eaaCatalog/unitOfWork.html)
30+
* [Patterns of Enterprise Application Architecture](https://www.amazon.com/gp/product/0321127420/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321127420&linkCode=as2&tag=javadesignpat-20&linkId=d9f7d37b032ca6e96253562d075fcc4a)

0 commit comments

Comments
 (0)