I\'m trying to brush up on my design pattern skills, and I\'m curious what are the differences between these patterns? All of them seem like they are the same thing - encap
Data Mapper vs Table Data Gateway To make a long story short:
In the end both of them will act as mediator between the in-memory objects and the database.