Jump to content

Table data gateway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2a03:e581:6:10:1572:77be:b3c3:7130 (talk) at 11:24, 12 January 2015. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

  1. ^ Fowler, Martin. "P of EAA: Table Data Gateway". Retrieved 2009-02-11.