d.Data Mapper Pattern

  1. Summary

    1. This pattern is a special case of Mapper pattern and used to map two different schema.

    2. It is often used to map between a data store and a domain model.