Skip to content

Latest commit

 

History

History
Define:
	An object that isolates domain objects from details of the database access code. A Repository mediates between the domain and data mapping layers.

Usage:
	To separate concerns so that business logic is not polluted with data access code