Table data gateway
From HandWiki
Revision as of 04:49, 14 June 2021 by imported>MedAI (over-write)
Table Data Gateway is a design pattern in which an object acts as a gateway to a database table.[1] The idea is to separate the responsibility of fetching items from a database from the actual usages of those objects. Users of the gateway are then insulated from changes to the way objects are stored in the database.
References
- ↑ Fowler, Martin. "P of EAA: Table Data Gateway". http://martinfowler.com/eaaCatalog/tableDataGateway.html. Retrieved 2009-02-11.
Original source: https://en.wikipedia.org/wiki/Table data gateway.
Read more |