mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 08:58:26 +00:00
docs: Add tutorial links to patterns (#1901)
* Add API Gateway tutorial links * Add Model View Controller tutorial links * Add Data Access Object tutorial links * Add Data Transfer Object tutorial links * Add Data Mapper tutorial links Co-authored-by: Ilkka Seppälä <iluwatar@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,12 @@ Use the Data Mapper in any of the following situations
|
||||
* when you want to decouple data objects from DB access layer
|
||||
* when you want to write multiple data retrieval/persistence implementations
|
||||
|
||||
## Tutorials
|
||||
|
||||
* [Spring Boot RowMapper](https://zetcode.com/springboot/rowmapper/)
|
||||
* [Spring BeanPropertyRowMapper tutorial](https://zetcode.com/spring/beanpropertyrowmapper/)
|
||||
* [Data Transfer Object Pattern in Java - Implementation and Mapping (Tutorial for Model Mapper & MapStruct)](https://stackabuse.com/data-transfer-object-pattern-in-java-implementation-and-mapping/)
|
||||
|
||||
## Known uses
|
||||
* [SqlSession.getMapper()](https://mybatis.org/mybatis-3/java-api.html)
|
||||
|
||||
@@ -52,4 +58,4 @@ Use the Data Mapper in any of the following situations
|
||||
* [Object–relational Mapping](https://en.wikipedia.org/wiki/Object%E2%80%93relational_mapping)
|
||||
|
||||
## Credits
|
||||
* [Data Mapper](http://richard.jp.leguen.ca/tutoring/soen343-f2010/tutorials/implementing-data-mapper/)
|
||||
* [Data Mapper](http://richard.jp.leguen.ca/tutoring/soen343-f2010/tutorials/implementing-data-mapper/)
|
||||
|
||||
Reference in New Issue
Block a user