Categorize and tag all patterns #213

This commit is contained in:
Ilkka Seppala
2015-12-28 15:52:44 +02:00
parent fefb51c46e
commit 7ac7e3b097
55 changed files with 147 additions and 48 deletions

View File

@ -3,8 +3,11 @@ layout: pattern
title: Repository
folder: repository
permalink: /patterns/repository/
categories: Architectural
tags: Java
categories: Persistence Tier
tags:
- Java
- Difficulty-Intermediate
- Spring
---
**Intent:** Repository layer is added between the domain and data mapping